vscode-extensions.visualjj.visualjj: set __structuredAttrs & strictDeps

`nix store make-content-addressed` gives the same output
This commit is contained in:
SandaruKasa
2026-06-08 01:51:12 +03:00
parent 5ef3df4b92
commit 26ff07f486
@@ -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
];