nixpkgs/pkgs/development/compilers/dotnet/nuget-package-hook.nix

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

15 lines
256 B
Nix
Raw Normal View History

2024-06-15 19:53:16 +00:00
{
makeSetupHook,
unzip,
2024-06-15 19:53:16 +00:00
zip,
xmlstarlet,
2024-06-15 19:53:16 +00:00
strip-nondeterminism,
}:
makeSetupHook {
name = "nuget-package-hook";
substitutions = {
inherit unzip zip xmlstarlet;
2024-06-15 19:53:16 +00:00
stripNondeterminism = strip-nondeterminism;
};
} ./nuget-package-hook.sh