nuget-to-nix: add meta.mainProgram (#347459)

This commit is contained in:
David McFarland
2024-10-09 07:59:39 -03:00
committed by GitHub
@@ -28,7 +28,10 @@ runCommandLocal "nuget-to-nix" {
];
};
meta.description = "Convert a nuget packages directory to a lockfile for buildDotnetModule";
meta = {
description = "Convert a nuget packages directory to a lockfile for buildDotnetModule";
mainProgram = "nuget-to-nix";
};
} ''
install -Dm755 $script $out/bin/nuget-to-nix
''