1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 04:56:01 +01:00

Don't build fallback-paths if we didn't build aarch64-linux and x86 darwin

This commit is contained in:
Graham Christensen 2025-06-16 09:55:46 -04:00
parent 151456a999
commit eba6cd8488

View file

@ -103,6 +103,7 @@ jobs:
done done
- name: Build fallback-paths.nix - name: Build fallback-paths.nix
if: ${{ github.event_name != 'pull_request' }}
run: | run: |
nix build .#fallbackPathsNix --out-link fallback nix build .#fallbackPathsNix --out-link fallback
cat fallback > ./artifacts/fallback-paths.nix cat fallback > ./artifacts/fallback-paths.nix