From b94a55d212b1eb16f77d9b9e69aacafb190e279c Mon Sep 17 00:00:00 2001 From: laMudri Date: Sat, 14 Aug 2021 20:26:44 +0100 Subject: [PATCH] vscode: update example to match #131589 --- pkgs/applications/editors/vscode/with-extensions.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vscode/with-extensions.nix b/pkgs/applications/editors/vscode/with-extensions.nix index 8f4e7f004245..1c9c4be45631 100644 --- a/pkgs/applications/editors/vscode/with-extensions.nix +++ b/pkgs/applications/editors/vscode/with-extensions.nix @@ -11,7 +11,7 @@ # When the extension is already available in the default extensions set. vscodeExtensions = with vscode-extensions; [ - bbenoist.Nix + bbenoist.nix ] # Concise version from the vscode market place when not available in the default set.