mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 20:28:08 +00:00
Merge pull request #140951 from siraben/knightos-rust-mainprogram
KnightOS (Rust) add mainProgram
This commit is contained in:
commit
31b5b9f48f
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ siraben ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "remkrom";
|
||||
};
|
||||
}
|
||||
|
@ -19,5 +19,6 @@ rustPlatform.buildRustPackage {
|
||||
homepage = "https://github.com/siraben/regenkfs";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ siraben ];
|
||||
mainProgram = "regenkfs";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user