Commit 4f530892 authored by zendo's avatar zendo Committed by Anderson Torres
Browse files

treewide: add meta.mainProgram

parent 5e362985
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
    license = lib.licenses.gpl2;
    platforms = lib.platforms.linux;
    maintainers = [ lib.maintainers.devhell ];
    mainProgram = "nload";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
    license = licenses.mit;
    homepage = "https://github.com/haslersn/any-nix-shell";
    maintainers = with maintainers; [ haslersn ];
    mainProgram = "any-nix-shell";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -131,6 +131,7 @@ EOF
    homepage = "https://www.zsh.org/";
    maintainers = with lib.maintainers; [ pSub artturin ];
    platforms = lib.platforms.unix;
    mainProgram = "zsh";
  };

  passthru = {
+1 −0
Original line number Diff line number Diff line
@@ -31,5 +31,6 @@ rustPlatform.buildRustPackage rec {
    changelog = "https://github.com/dalance/procs/raw/v${version}/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ Br1ght0ne sciencentistguy ];
    mainProgram = "procs";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -58,5 +58,6 @@ rustPlatform.buildRustPackage {
    homepage = "https://the.exa.website";
    license = licenses.mit;
    maintainers = with maintainers; [ ehegnes lilyball globin fortuneteller2k ];
    mainProgram = "exa";
  };
}