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

ci/gha: Disable linkcheck on darwin

Does not reproduce all settings on darwin. (Pre-existing issue)

Build with `nix build .#nix-manual.tests.linkcheck`
This commit is contained in:
Robert Hensing 2025-11-04 14:24:19 +01:00
parent 9f322398b4
commit 7e84ce3904
2 changed files with 20 additions and 6 deletions

View file

@ -325,9 +325,6 @@
pkgs = nixpkgsFor.${system}.native;
nixFlake = self;
}).topLevel
// {
inherit (self.packages.${system}.nix-manual.tests) linkcheck;
}
// (lib.optionalAttrs (builtins.elem system linux64BitSystems)) {
dockerImage = self.hydraJobs.dockerImage.${system};
}