fix: actualyl do the system build.
All checks were successful
default / build (push) Successful in 19m14s

This commit is contained in:
CronyAkatsuki 2026-01-22 16:10:12 +01:00
parent a61b6a30c9
commit 4df3cfcd03

View file

@ -12,7 +12,7 @@ jobs:
- uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://code.forgejo.org/actions/checkout@v4
- run: nix flake check - run: nix flake check
continue-on-error: true continue-on-error: true
- run: nix build .#nixosConfigurations.bragi - run: nix build .#nixosConfigurations.bragi.config.system.build.toplevel
- run: nix build .#nixosConfigurations.thor - run: nix build .#nixosConfigurations.thor.config.system.build.toplevel
- run: nix build .#nixosConfigurations.odin - run: nix build .#nixosConfigurations.odin.config.system.build.toplevel
- run: nix build .#nixosConfigurations.freyja - run: nix build .#nixosConfigurations.freyja.config.system.build.toplevel