add Nix shell file
This commit is contained in:
parent
a319de23f7
commit
914a143c3f
1 changed files with 4 additions and 0 deletions
4
shell.nix
Normal file
4
shell.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
with (import <nixpkgs> {});
|
||||
mkShell {
|
||||
buildInputs = [ gcc libbsd gnumake ];
|
||||
}
|
Loading…
Reference in a new issue