We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa833f commit 3cfb113Copy full SHA for 3cfb113
shell.nix
@@ -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