add nix shell with dependencies (#12)
This commit is contained in:
parent
cb06106438
commit
fe60d3846f
2 changed files with 7 additions and 1 deletions
6
shell.nix
Normal file
6
shell.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
nodejs
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue