diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 259971b..8a6cedc 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -5,7 +5,6 @@ jobs: steps: - uses: https://code.forgejo.org/actions/checkout@v4 - run: nix --version - - run: nix flake update systems - run: nix flake check --keep-going build: runs-on: nixos @@ -16,5 +15,4 @@ jobs: steps: - uses: https://code.forgejo.org/actions/checkout@v4 - run: nix --version - - run: nix flake update systems - run: nix build --print-build-logs '.#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel'