Skip to content

Commit b0a28f0

Browse files
add pnpm to flake
1 parent a5533ac commit b0a28f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
go = go_1_24;
1919
nodejs = nodejs_24;
2020
python3 = python312;
21+
pnpm = pnpm_10;
2122

2223
# Platform-specific dependencies
2324
linuxOnlyInputs = lib.optionals pkgs.stdenv.isLinux [
@@ -42,6 +43,7 @@
4243

4344
# frontend
4445
nodejs
46+
pnpm
4547

4648
# linting
4749
python3

0 commit comments

Comments
 (0)