nixos-option: set meta.mainProgram

This commit is contained in:
Sandro Jäckel 2024-01-03 23:42:34 +01:00
parent 91d89a151e
commit c03feb2a7e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -31,6 +31,7 @@ stdenv.mkDerivation {
meta = with lib; {
license = licenses.lgpl2Plus;
mainProgram = "nixos-option";
maintainers = with maintainers; [ ];
inherit (nix.meta) platforms;
};