mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +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:
|
||||
lib.pipe ps [
|
||||
(lib.filterAttrs isTest)
|
||||
(as: as // { __attrsFailEvaluation = true; })
|
||||
recurseIntoAttrs
|
||||
]
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue