Skip to content

Commit 3cfb113

Browse files
committed
add shell.nix
1 parent baa833f commit 3cfb113

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

shell.nix

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{ pkgs ? import <nixpkgs> {} }:
2+
3+
pkgs.mkShell {
4+
packages = with pkgs; [
5+
nodejs_20
6+
pnpm
7+
];
8+
}

0 commit comments

Comments
 (0)