mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Remove unused vscode extension namespace
This commit is contained in:
parent
885f463147
commit
eaeb2c0d66
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
vscode = pkgs.vscodium;
|
||||
vscodeExtensions =
|
||||
let
|
||||
inherit (inputs.nix-vscode-extensions.extensions.${pkgs.system}) open-vsx vscode-marketplace;
|
||||
inherit (inputs.nix-vscode-extensions.extensions.${pkgs.system}) open-vsx;
|
||||
in
|
||||
[
|
||||
open-vsx.jnoortheen.nix-ide
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue