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.
This commit is contained in:
Kristoffer Dalby
2026-06-18 11:16:01 +00:00
parent 9f1886f587
commit 00afce77b1
+1 -1
View File
@@ -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