Skip to content

Commit 9eb82ec

Browse files
Fix nix fmt
1 parent 8faa3c9 commit 9eb82ec

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pkgs/applications/editors/vscode/extensions/vscode-utils.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,11 @@ let
8181
# This cannot be removed, it is used by some extensions.
8282
installPrefix = "share/vscode/extensions/${vscodeExtUniqueId}";
8383

84-
nativeBuildInputs =
85-
[ unpackVsixSetupHook ]
86-
++ lib.optional (signatureArchive != null) verifyVsixSignatureSetupHook
87-
++ nativeBuildInputs;
84+
nativeBuildInputs = [
85+
unpackVsixSetupHook
86+
]
87+
++ lib.optional (signatureArchive != null) verifyVsixSignatureSetupHook
88+
++ nativeBuildInputs;
8889

8990
# Pass signature archive path to the verification hook
9091
inherit signatureArchive;

0 commit comments

Comments
 (0)