We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d71bb9 + 995ee2f commit 3edf0c2Copy full SHA for 3edf0c2
pkgs/build-support/dotnet/nuget-to-nix/default.nix
@@ -28,7 +28,10 @@ runCommandLocal "nuget-to-nix" {
28
];
29
};
30
31
- meta.description = "Convert a nuget packages directory to a lockfile for buildDotnetModule";
+ meta = {
32
+ description = "Convert a nuget packages directory to a lockfile for buildDotnetModule";
33
+ mainProgram = "nuget-to-nix";
34
+ };
35
} ''
36
install -Dm755 $script $out/bin/nuget-to-nix
37
''
0 commit comments