mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 23:31:34 +00:00
profile-cleaner: add mainProgram
This commit is contained in:
parent
caeda29217
commit
8a321dbfb4
|
@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
|
|||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = [ lib.maintainers.devhell ];
|
||||
mainProgram = "profile-cleaner";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue