Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

eos-installer: set meta.mainProgram

+1
+1
pkgs/applications/misc/eos-installer/default.nix
··· 47 47 description = "Installer UI which writes images to disk"; 48 48 license = licenses.gpl2Plus; 49 49 maintainers = with maintainers; [ qyliss ]; 50 + mainProgram = "gnome-image-installer"; 50 51 platforms = platforms.linux; 51 52 }; 52 53 }