Skip to content

Commit ca926b4

Browse files
committed
build(nix): re-add shell.nix
1 parent 2191d35 commit ca926b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shell.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)