From 6f054d7c274bb0b731193bbd8f15b2a2dd479d18 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Wed, 28 Jan 2026 18:26:29 -0800 Subject: [PATCH] Build derivation one at a time --- .gitea/workflows/check-flake.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index a073f32..a6bc2ca 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -16,4 +16,4 @@ jobs: fetch-depth: 0 - name: Check Flake - run: nix flake check --all-systems --print-build-logs --log-format raw --show-trace \ No newline at end of file + run: nix flake check --all-systems --print-build-logs --log-format raw --show-trace -j1 --cores 24 \ No newline at end of file