Skip to content

Commit

Permalink
feat(build): fluidattacks#860 node2nix from git repos
Browse files Browse the repository at this point in the history
- added git binary to enable node2nix to fetch deps from git repos
  • Loading branch information
dacevedoatfluid committed Jan 30, 2024
1 parent 88f2d47 commit 9a6f843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/args/make-node-js-modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
};
name = "make-node2nix-lock-for-${name}";
searchPaths.bin = [
__nixpkgs__.git
__nixpkgs__.gnused
__nixpkgs__.node2nix
];
Expand Down

0 comments on commit 9a6f843

Please sign in to comment.