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:
parent
9f322398b4
commit
7e84ce3904
2 changed files with 20 additions and 6 deletions
|
|
@ -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};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue