nixos/documentation: apply cleanSourceFilter
This will prevent result symlinks, etc. from causing rebuilds of the manual.
This commit is contained in:
parent
77843aaf9d
commit
aeed45992b
@ -64,7 +64,8 @@ let
|
||||
filter =
|
||||
builtins.filterSource
|
||||
(n: t:
|
||||
(t == "directory" -> baseNameOf n != "tests")
|
||||
cleanSourceFilter n t
|
||||
&& (t == "directory" -> baseNameOf n != "tests")
|
||||
&& (t == "file" -> hasSuffix ".nix" n)
|
||||
);
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user