second commit
This commit is contained in:
parent
0d337a818f
commit
bffdcf4bdf
16 changed files with 2366 additions and 4 deletions
|
@ -19,11 +19,13 @@
|
|||
buildInputs = [
|
||||
pkgs.nodejs
|
||||
pkgs.git
|
||||
pkgs.zsh
|
||||
];
|
||||
shellHook = ''
|
||||
export SHELL=${pkgs.zsh}/bin/zsh
|
||||
echo "Node.js development environment ready."
|
||||
node --version
|
||||
npm --version
|
||||
echo "Node version: $(node --version)"
|
||||
echo "Npm version: $(npm --version)"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue