provide dev shell

This commit is contained in:
nora 2025-02-28 19:52:39 +01:00
parent 6bb6294aad
commit fbc926acea
4 changed files with 10 additions and 49 deletions

4
shells/c-env.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs }: pkgs.mkShell {
buildInputs = with pkgs; [ openssl zlib ];
nativeBuildInputs = with pkgs; [ pkg-config cmake ];
}