Unverified Commit 3e78bb1b authored by Reno Dakota's avatar Reno Dakota
Browse files

Re-add test-pkgs to excluded-attrnames-at-any-depth

test-pkgs was removed in
https://github.com/NixOS/nixpkgs/commit/ae5377916f14c48e82c76b04674253a1074c8ee5
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
parent 97dd718f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ let
    newScope = true;
    scope = true;
    pkgs = true;
    test-pkgs = true;
    callPackage = true;
    mkDerivation = true;
    overrideDerivation = true;