From 36fe6fcd26681bedb88aaa5e7da42a34da538af1 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 16 Jan 2024 20:09:01 +0800 Subject: [PATCH] ci: update build ISO step --- .github/workflows/iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 7d9c784e..3fa104f6 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -18,7 +18,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v9 - name: Build ISO run: | - nix build .#images.${{ matrix.arch }}.bootstrap --impure --out-link build-iso-result + nix build .#images.${{ matrix.arch }}.bootstrap-install-iso --impure --out-link build-iso-result env: NIXPKGS_ALLOW_BROKEN: "1" NIXPKGS_ALLOW_UNFREE: "1"