depot/pkgs/by-name/no/nodejsInstallManuals/package.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
212 B
Nix
Raw Normal View History

{
makeSetupHook,
installShellFiles,
jq,
}:
makeSetupHook {
name = "nodejs-install-manuals";
propagatedBuildInputs = [ installShellFiles ];
substitutions = {
jq = "${jq}/bin/jq";
};
} ./hook.sh