mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
tests.cuda.cudaPackages: remove __attrsFailEvaluation since the attrset evaluates
This commit is contained in:
parent
45a663d8ec
commit
31e3a945db
@ -42,7 +42,6 @@ in
|
|||||||
_: ps:
|
_: ps:
|
||||||
lib.pipe ps [
|
lib.pipe ps [
|
||||||
(lib.filterAttrs isTest)
|
(lib.filterAttrs isTest)
|
||||||
(as: as // { __attrsFailEvaluation = true; })
|
|
||||||
recurseIntoAttrs
|
recurseIntoAttrs
|
||||||
]
|
]
|
||||||
))
|
))
|
||||||
|
Loading…
Reference in New Issue
Block a user