We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ae740 commit 9430c94Copy full SHA for 9430c94
default.nix
@@ -27,4 +27,5 @@ nodePackages.buildNodePackage rec {
27
allDeps = getDrvs nodePackages;
28
postBuild = "tsc";
29
postInstall = "mv dist $out/lib/node_modules/bower2nix/dist";
30
+ propagatedBuildInputs = [ pkgs.git ];
31
}
0 commit comments