acr-cli: init at 0.14 (#359508)
[NixPkgs.git] / pkgs / by-name / no / nodejsInstallExecutables / package.nix
blob8403cf8881d61f5bbd0a41a1cfbda9a3e6e72497
2   makeSetupHook,
3   installShellFiles,
4   makeWrapper,
5   nodejs,
6   jq,
7 }:
9 makeSetupHook {
10   name = "nodejs-install-executables";
11   propagatedBuildInputs = [
12     installShellFiles
13     makeWrapper
14   ];
15   substitutions = {
16     hostNode = "${nodejs}/bin/node";
17     jq = "${jq}/bin/jq";
18   };
19 } ./hook.sh