mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
Re-add test-pkgs to excluded-attrnames-at-any-depth
test-pkgs was removed in
ae5377916f
add it back fix
```
nix-instantiate --eval --strict -E '(import ./pkgs/top-level/release-attrpaths-superset.nix { }).paths
```
so it doesn't get caught in a cycle
This commit is contained in:
parent
97dd718fd0
commit
3e78bb1b32
@ -75,6 +75,7 @@ let
|
||||
newScope = true;
|
||||
scope = true;
|
||||
pkgs = true;
|
||||
test-pkgs = true;
|
||||
callPackage = true;
|
||||
mkDerivation = true;
|
||||
overrideDerivation = true;
|
||||
|
Loading…
Reference in New Issue
Block a user