shell.nix: Add nix environment
This commit is contained in:
parent
bd2463a663
commit
f1fc0737be
1 changed files with 8 additions and 0 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
with import <nixpkgs> {};
|
||||
|
||||
runCommand "www" {
|
||||
buildInputs = [
|
||||
python3
|
||||
nodejs
|
||||
];
|
||||
} ""
|
Reference in a new issue