Unverified Commit 3edf0c24 authored by David McFarland's avatar David McFarland Committed by GitHub
Browse files

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

parents 0d71bb90 995ee2fa
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
''