From 49bc31720ab6206980cda95a0a30a44e7f882fcc Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 2 Jun 2026 21:28:39 +0530 Subject: Clean up the c stuff and switch to simple bash + add example --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 6c37d1d..9aeb3e2 100644 --- a/flake.nix +++ b/flake.nix @@ -17,11 +17,8 @@ { default = pkgs.mkShell { buildInputs = with pkgs; [ - gcc + imagemagick sqlite - clang-tools - unixtools.xxd - pkg-config ]; }; } -- cgit v1.3.1