added nodejs to shell.nix
This commit is contained in:
parent
8186c067dc
commit
14896d4168
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
|
pkgs.mkShell {
|
||||||
|
# nativeBuildInputs is usually what you want -- tools you need to run
|
||||||
|
nativeBuildInputs = with pkgs.buildPackages; [ nodejs ];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue