Allow installing weak deps

This commit is contained in:
2025-10-11 20:06:51 -04:00
parent 174686f691
commit b8477a0f4c
2 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,9 @@ export BB_GENISO_SECURE_BOOT_URL := "https://gitlab.com/wunker-bunker/wunker-os/
export BB_GENISO_ENROLLMENT_PASSWORD := "wunker"
export BB_GENISO_VARIANT := "kinoite"
build *args:
bluebuild build {{args}}
generate-iso recipe:
#!/usr/bin/env nu
let recipe = open {{ recipe }}
@@ -24,7 +27,7 @@ generate-iso recipe:
):($tag)'
(^bluebuild
generate-iso
--iso-name $'($name).iso'
--iso-name $'($name)-($tag).iso'
--output-dir .iso/
image $image)

View File

@@ -21,7 +21,6 @@ modules:
- ublue-os/packages
- ublue-os/staging
install:
install-weak-deps: false
packages:
- bootc
- ublue-os-just