We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8faa3c9 commit 9eb82ecCopy full SHA for 9eb82ec
1 file changed
pkgs/applications/editors/vscode/extensions/vscode-utils.nix
@@ -81,10 +81,11 @@ let
81
# This cannot be removed, it is used by some extensions.
82
installPrefix = "share/vscode/extensions/${vscodeExtUniqueId}";
83
84
- nativeBuildInputs =
85
- [ unpackVsixSetupHook ]
86
- ++ lib.optional (signatureArchive != null) verifyVsixSignatureSetupHook
87
- ++ nativeBuildInputs;
+ nativeBuildInputs = [
+ unpackVsixSetupHook
+ ]
+ ++ lib.optional (signatureArchive != null) verifyVsixSignatureSetupHook
88
+ ++ nativeBuildInputs;
89
90
# Pass signature archive path to the verification hook
91
inherit signatureArchive;
0 commit comments