From 8243fbcd6d5d525d2929af8899ddcc0c88c0dabc Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 3 Aug 2023 18:07:55 +0800 Subject: [PATCH] ci: update `update` workflow with new `images` output structure --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 545ffe4d..187da6ec 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -25,7 +25,7 @@ jobs: - name: Build custom packages run: nix build --dry-run --impure --file ./pkgs - name: Build NixOS configurations - run: nix build --dry-run --impure .#images.{ni,plover,bootstrap} + run: nix build --dry-run --impure .#images.x86_64-linux.{ni,plover,bootstrap} - name: Push changes to remote run: | git remote remove origin