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 + ''; }; }); }