add Nix shell file

This commit is contained in:
Solene Rapenne 2021-12-13 21:34:35 +01:00
parent a319de23f7
commit 914a143c3f
1 changed files with 4 additions and 0 deletions

4
shell.nix Normal file
View File

@ -0,0 +1,4 @@
with (import <nixpkgs> {});
mkShell {
buildInputs = [ gcc libbsd gnumake ];
}