diff --git a/.forgejo/workflows/default.yml b/.forgejo/workflows/default.yml index 2eb9963..a432922 100644 --- a/.forgejo/workflows/default.yml +++ b/.forgejo/workflows/default.yml @@ -10,8 +10,6 @@ jobs: runs-on: native steps: - uses: https://code.forgejo.org/actions/checkout@v4 - - run: nix flake check - continue-on-error: true - 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