Set pnpm version correctly in nix

This commit is contained in:
Tony Giorgio
2024-03-26 16:19:42 -05:00
committed by Paul Miller
parent 8e1d07a9ab
commit 91c65ebb0d

View File

@@ -20,6 +20,9 @@
pkgs.python3 pkgs.python3
pkgs.just pkgs.just
]; ];
shellHook = ''
corepack prepare pnpm@8.15.5 --activate
'';
}; };
}); });
} }