1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

tests.cuda.cudaPackages: remove __attrsFailEvaluation since the attrset evaluates

This commit is contained in:
Philip Taron 2024-07-04 14:59:56 -07:00
parent 45a663d8ec
commit 31e3a945db
No known key found for this signature in database

View file

@ -42,7 +42,6 @@ in
_: ps:
lib.pipe ps [
(lib.filterAttrs isTest)
(as: as // { __attrsFailEvaluation = true; })
recurseIntoAttrs
]
))