add Nix shell file

This commit is contained in:
Solene Rapenne 2021-12-13 21:34:35 +01:00
parent a319de23f7
commit 914a143c3f

4
shell.nix Normal file
View file

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