Add initial dev shells
This commit is contained in:
commit
c12dcc81fa
6 changed files with 90 additions and 0 deletions
9
modules/nodejs.nix
Normal file
9
modules/nodejs.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs }:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
nodejs
|
||||
nodePackages.pnpm
|
||||
nodePackages.yarn
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue