From 91c65ebb0d93188c33e83abbfaf97275c50bb075 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Tue, 26 Mar 2024 16:19:42 -0500 Subject: [PATCH] Set pnpm version correctly in nix --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index d6d40521..7a6ef5ff 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,9 @@ pkgs.python3 pkgs.just ]; + shellHook = '' + corepack prepare pnpm@8.15.5 --activate + ''; }; }); }