Skip to content

Commit

Permalink
Merge pull request #422 from sectore/feat/flake-update
Browse files Browse the repository at this point in the history
nix flake update + [email protected]
  • Loading branch information
steida authored May 28, 2024
2 parents 568227e + 7022eaf commit 50a5afd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 5 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
overlays = [
(final: prev: rec {
nodejs = prev.nodejs_18;
pnpm = prev.nodePackages.pnpm;
pnpm = prev.nodePackages.pnpm.override rec {
version = "9.1.3";
src = prev.fetchurl {
url = "https://registry.npmjs.org/pnpm/-/pnpm-${version}.tgz";
sha256 = "sha256-f2MAHtwHfxz/lsrLqQHzUHlih6KADfqD/omPlBg+T18=";
};
};
})
];
supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
Expand Down

0 comments on commit 50a5afd

Please sign in to comment.