From 4df3cfcd03dc966b1727e3b0864725015a1e9272 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 22 Jan 2026 16:10:12 +0100 Subject: [PATCH] fix: actualyl do the system build. --- .forgejo/workflows/default.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/default.yml b/.forgejo/workflows/default.yml index 6a90735..a679495 100644 --- a/.forgejo/workflows/default.yml +++ b/.forgejo/workflows/default.yml @@ -12,7 +12,7 @@ jobs: - uses: https://code.forgejo.org/actions/checkout@v4 - run: nix flake check continue-on-error: true - - run: nix build .#nixosConfigurations.bragi - - run: nix build .#nixosConfigurations.thor - - run: nix build .#nixosConfigurations.odin - - run: nix build .#nixosConfigurations.freyja + - run: nix build .#nixosConfigurations.bragi.config.system.build.toplevel + - run: nix build .#nixosConfigurations.thor.config.system.build.toplevel + - run: nix build .#nixosConfigurations.odin.config.system.build.toplevel + - run: nix build .#nixosConfigurations.freyja.config.system.build.toplevel