fbafeb7ad5
This has been synonymous for ~5y.
6 lines
140 B
Nix
6 lines
140 B
Nix
{ runCommand }:
|
|
|
|
runCommand "nuget-to-nix" { preferLocalBuild = true; } ''
|
|
install -D -m755 ${./nuget-to-nix.sh} $out/bin/nuget-to-nix
|
|
''
|