From 00afce77b1fed86a1b30281fced352fcf1c5b92f Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Thu, 18 Jun 2026 11:16:01 +0000 Subject: [PATCH] ci: run nixos module check with --fallback cache.nixos.org intermittently serves corrupt NARs; build from source on substitute failure instead of failing the job. --- .github/workflows/nix-module-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix-module-test.yml b/.github/workflows/nix-module-test.yml index 68ad9545..03fe1191 100644 --- a/.github/workflows/nix-module-test.yml +++ b/.github/workflows/nix-module-test.yml @@ -52,4 +52,4 @@ jobs: if: steps.changed-files.outputs.nix == 'true' || steps.changed-files.outputs.go == 'true' run: | echo "Running NixOS module integration test..." - nix build .#checks.x86_64-linux.headscale -L + nix build .#checks.x86_64-linux.headscale -L --fallback