Skip to content

Commit

Permalink
Pinned nixpks
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 18, 2024
1 parent 20d3dbd commit 3174a8e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
30 changes: 17 additions & 13 deletions flake.lock

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

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rec {
inputs = {
# nixpkgs.follows = "holonix/nixpkgs";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.follows = "holonix/nixpkgs";
pnpmnixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";

holonix.url = "github:holochain/holonix";
rust-overlay.follows = "holonix/rust-overlay";
Expand Down Expand Up @@ -238,7 +238,7 @@ rec {
" wrapProgram $out/bin/npm \\\n --run ${packages.npm-warning}/bin/echo-npm-warning\n ";
})
pkgs.nodejs_20
pkgs.pnpm
inputs'.pnpmnixpkgs.legacyPackages.pnpm
packages.sync-npm-git-dependencies-with-nix
];

Expand Down

0 comments on commit 3174a8e

Please sign in to comment.