Loading pkgs/applications/editors/vscode/extensions/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ let # baseExtensions = self: lib.mapAttrs (_n: lib.recurseIntoAttrs) { "1Password".op-vscode = buildVscodeMarketplaceExtension { _1Password.op-vscode = buildVscodeMarketplaceExtension { mktplcRef = { publisher = "1Password"; name = "op-vscode"; Loading @@ -50,7 +50,7 @@ let }; }; "2gua".rainbow-brackets = buildVscodeMarketplaceExtension { _2gua.rainbow-brackets = buildVscodeMarketplaceExtension { mktplcRef = { publisher = "2gua"; name = "rainbow-brackets"; Loading @@ -66,7 +66,7 @@ let }; }; "4ops".terraform = buildVscodeMarketplaceExtension { _4ops.terraform = buildVscodeMarketplaceExtension { mktplcRef = { publisher = "4ops"; name = "terraform"; Loading Loading @@ -3194,15 +3194,13 @@ let license = lib.licenses.mit; }; }; }; aliases = self: super: { # aliases jakebecker.elixir-ls = super.elixir-lsp.vscode-elixir-ls; ms-vscode = lib.recursiveUpdate super.ms-vscode { inherit (super.golang) go; }; _1Password = lib.trace ''_1Password has been replaced with "1Password"'' self."1Password"; _2gua = lib.trace ''_2gua has been replaced with "2gua"'' self."2gua"; _4ops = lib.trace ''_4ops has been replaced with "4ops"'' self."4ops"; }; # TODO: add overrides overlay, so that we can have a generated.nix Loading Loading
pkgs/applications/editors/vscode/extensions/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ let # baseExtensions = self: lib.mapAttrs (_n: lib.recurseIntoAttrs) { "1Password".op-vscode = buildVscodeMarketplaceExtension { _1Password.op-vscode = buildVscodeMarketplaceExtension { mktplcRef = { publisher = "1Password"; name = "op-vscode"; Loading @@ -50,7 +50,7 @@ let }; }; "2gua".rainbow-brackets = buildVscodeMarketplaceExtension { _2gua.rainbow-brackets = buildVscodeMarketplaceExtension { mktplcRef = { publisher = "2gua"; name = "rainbow-brackets"; Loading @@ -66,7 +66,7 @@ let }; }; "4ops".terraform = buildVscodeMarketplaceExtension { _4ops.terraform = buildVscodeMarketplaceExtension { mktplcRef = { publisher = "4ops"; name = "terraform"; Loading Loading @@ -3194,15 +3194,13 @@ let license = lib.licenses.mit; }; }; }; aliases = self: super: { # aliases jakebecker.elixir-ls = super.elixir-lsp.vscode-elixir-ls; ms-vscode = lib.recursiveUpdate super.ms-vscode { inherit (super.golang) go; }; _1Password = lib.trace ''_1Password has been replaced with "1Password"'' self."1Password"; _2gua = lib.trace ''_2gua has been replaced with "2gua"'' self."2gua"; _4ops = lib.trace ''_4ops has been replaced with "4ops"'' self."4ops"; }; # TODO: add overrides overlay, so that we can have a generated.nix Loading