Unverified Commit 995ee2fa authored by r-vdp's avatar r-vdp
Browse files

nuget-to-nix: add meta.mainProgram

parent 05acf331
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
''