From 31e3a945dbe568432e59379cac42ec997674f7fd Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Thu, 4 Jul 2024 14:59:56 -0700 Subject: [PATCH] tests.cuda.cudaPackages: remove __attrsFailEvaluation since the attrset evaluates --- pkgs/test/cuda/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/test/cuda/default.nix b/pkgs/test/cuda/default.nix index b463da7c55c5..b6d9ec4294c0 100644 --- a/pkgs/test/cuda/default.nix +++ b/pkgs/test/cuda/default.nix @@ -42,7 +42,6 @@ in _: ps: lib.pipe ps [ (lib.filterAttrs isTest) - (as: as // { __attrsFailEvaluation = true; }) recurseIntoAttrs ] ))