Skip to content

Commit 995ee2f

Browse files
committed
nuget-to-nix: add meta.mainProgram
1 parent 05acf33 commit 995ee2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/build-support/dotnet/nuget-to-nix/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ runCommandLocal "nuget-to-nix" {
2828
];
2929
};
3030

31-
meta.description = "Convert a nuget packages directory to a lockfile for buildDotnetModule";
31+
meta = {
32+
description = "Convert a nuget packages directory to a lockfile for buildDotnetModule";
33+
mainProgram = "nuget-to-nix";
34+
};
3235
} ''
3336
install -Dm755 $script $out/bin/nuget-to-nix
3437
''

0 commit comments

Comments
 (0)