mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
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
|
|
''
|