Skip to content

Commit

Permalink
Set pnpm version correctly in nix
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyGiorgio authored and futurepaul committed Mar 26, 2024
1 parent 8e1d07a commit 91c65eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
pkgs.python3
pkgs.just
];
shellHook = ''
corepack prepare [email protected] --activate
'';
};
});
}

0 comments on commit 91c65eb

Please sign in to comment.