From c78438dee9cbc881101f85bc566a66a5de41bfb2 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 15 Mar 2026 09:39:35 +0100 Subject: [PATCH] feat: remove --max jobs --- .forgejo/workflows/cache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/cache.yaml b/.forgejo/workflows/cache.yaml index 0557451..ef0c143 100644 --- a/.forgejo/workflows/cache.yaml +++ b/.forgejo/workflows/cache.yaml @@ -20,4 +20,4 @@ jobs: cache: ${{ secrets.ATTIC_CACHE }} token: ${{ secrets.ATTIC_TOKEN }} - name: Build freyja configuration - run: nix build --max-jobs=1 .#nixosConfigurations.freyja.config.system.build.toplevel + run: nix build .#nixosConfigurations.freyja.config.system.build.toplevel