about summary refs log tree commit diff
path: root/pkgs/build-support/dotnet/nuget-to-nix/default.nix
blob: a5fc4e209cd2427685a4b41b7cc9575f3ac21658 (plain) (blame)
1
2
3
4
5
{ runCommand }:

runCommand "nuget-to-nix" { preferLocalBuild = true; } ''
  install -D -m755 ${./nuget-to-nix.sh} $out/bin/nuget-to-nix
''