We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shell.nix
1 parent 2191d35 commit ca926b4Copy full SHA for ca926b4
shell.nix
@@ -0,0 +1,4 @@
1
+{pkgs ? import <nixpkgs> {}}:
2
+pkgs.mkShell {
3
+ buildInputs = with pkgs; [alejandra nil nodejs_22 corepack_22];
4
+}
0 commit comments