ci: add nvf cachix to linkcheck job

This commit is contained in:
Ching Pei Yang 2026-06-13 16:58:06 +02:00
commit c52dec7ece
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -134,8 +134,8 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
substituters = https://cache.nixos.org/ https://feel-co.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= feel-co.cachix.org-1:nwEFNnwZvtl4KKSH5LDg+/+K7bV0vcs6faMHAJ6xx0w=
substituters = https://cache.nixos.org/ https://feel-co.cachix.org https://nvf.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= feel-co.cachix.org-1:nwEFNnwZvtl4KKSH5LDg+/+K7bV0vcs6faMHAJ6xx0w= nvf.cachix.org-1:GMQWiUhZ6ux9D5CvFFMwnc2nFrUHTeGaXRlVBXo+naI=
- name: Build linkcheck package
run: nix build .#docs-linkcheck -Lv