From 26ff07f486309180318c70d48064842a35bba358 Mon Sep 17 00:00:00 2001 From: SandaruKasa Date: Mon, 8 Jun 2026 01:41:03 +0300 Subject: [PATCH] vscode-extensions.visualjj.visualjj: set `__structuredAttrs` & `strictDeps` `nix store make-content-addressed` gives the same output --- .../editors/vscode/extensions/visualjj.visualjj/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/editors/vscode/extensions/visualjj.visualjj/default.nix b/pkgs/applications/editors/vscode/extensions/visualjj.visualjj/default.nix index 1951f191bd20..00aaa8b46c06 100644 --- a/pkgs/applications/editors/vscode/extensions/visualjj.visualjj/default.nix +++ b/pkgs/applications/editors/vscode/extensions/visualjj.visualjj/default.nix @@ -37,6 +37,9 @@ vscode-utils.buildVscodeMarketplaceExtension { // sources.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system ${stdenvNoCC.hostPlatform.system}"); + __structuredAttrs = true; + strictDeps = true; + nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ autoPatchelfHook ];