From c4474a4d3b8eb58cbcf1e681e6547eb8383af6e9 Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Fri, 8 May 2026 17:08:57 +0200 Subject: [PATCH] electron_bin: enable strictDeps, __structuredAttrs --- pkgs/development/tools/electron/binary/generic.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/tools/electron/binary/generic.nix b/pkgs/development/tools/electron/binary/generic.nix index c33050f281e0..b864acdbba0f 100644 --- a/pkgs/development/tools/electron/binary/generic.nix +++ b/pkgs/development/tools/electron/binary/generic.nix @@ -187,6 +187,9 @@ let ''; passthru.dist = finalAttrs.finalPackage + "/libexec/electron"; + + __structuredAttrs = true; + strictDeps = true; }; darwin = finalAttrs: {