Loading pkgs/tools/virtualization/mkosi/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ buildPythonApplication rec { changelog = "https://github.com/systemd/mkosi/releases/tag/v${version}"; license = licenses.lgpl21Only; mainProgram = "mkosi"; maintainers = with maintainers; [ malt3 katexochen ]; maintainers = with maintainers; [ malt3 ]; platforms = platforms.linux; # `mkosi qemu` boot fails in the uefi shell, image isn't found. broken = withQemu; Loading Loading
pkgs/tools/virtualization/mkosi/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ buildPythonApplication rec { changelog = "https://github.com/systemd/mkosi/releases/tag/v${version}"; license = licenses.lgpl21Only; mainProgram = "mkosi"; maintainers = with maintainers; [ malt3 katexochen ]; maintainers = with maintainers; [ malt3 ]; platforms = platforms.linux; # `mkosi qemu` boot fails in the uefi shell, image isn't found. broken = withQemu; Loading