Initial commit
This commit is contained in:
commit
88e1a66890
9
shell.nix
Normal file
9
shell.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
|
||||
];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user