From 97c4a95bad46abc41da63d3d09b33dd85af6d86a Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 20 May 2026 09:18:13 -0400 Subject: new c shell for building stuff idk --- shells/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'shells/default.nix') diff --git a/shells/default.nix b/shells/default.nix index 2226294..2271b62 100644 --- a/shells/default.nix +++ b/shells/default.nix @@ -19,4 +19,12 @@ }; lib = inputs.nixpkgs.lib; }); + + # c libs i may need + c = pkgs.mkShell (import ./c.nix { + pkgs = import inputs.nixpkgs { + inherit system; + }; + lib = inputs.nixpkgs.lib; + }); } -- cgit v1.3.1-freya