From fedd6b2efaf49aa04fd94621e50b2e1fd5577afd Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Mon, 1 Jul 2024 11:04:25 -0700 Subject: [PATCH] eclipses.plugins: remove __attrsFailEvaluation --- pkgs/applications/editors/eclipse/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/eclipse/default.nix b/pkgs/applications/editors/eclipse/default.nix index 6219ab2b7bd2..87cb28967965 100644 --- a/pkgs/applications/editors/eclipse/default.nix +++ b/pkgs/applications/editors/eclipse/default.nix @@ -241,6 +241,6 @@ in rec { ### Plugins - plugins = callPackage ./plugins.nix { } // { __attrsFailEvaluation = true; }; + plugins = callPackage ./plugins.nix { }; }