Unverified Commit 7b559109 authored by ShaddyDC's avatar ShaddyDC
Browse files

comma: add `meta.mainProgram`

parent a1bd79b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/nix-community/comma";
    description = "Runs programs without installing them";
    license = licenses.mit;
    mainProgram = "comma";
    maintainers = with maintainers; [ Enzime artturin marsam ];
  };
}