Skip to content

Commit f01d548

Browse files
committed
hotfix: nixpkgs use pnpm 9.x (for realzies)
1 parent eabe26f commit f01d548

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

nixpacks.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
[phases.setup]
2-
nixPkgs = ['nodejs_18', 'pnpm-9_x', 'openssl']
1+
providers = ["node"]
2+
3+
[phases.install]
4+
cmds = ["npm install -g corepack", "corepack enable", "corepack prepare pnpm@9.1.0 --activate", "pnpm install"]

0 commit comments

Comments
 (0)