add go
to the vscode fhs
This commit is contained in:
parent
fd528ff8a4
commit
12059b88bd
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscode.fhsWithPackages
|
||||
(ps: with pkgs; [ dotnetCorePackages.sdk_8_0 mypy jdk21 ]);
|
||||
(ps: with pkgs; [ dotnetCorePackages.sdk_8_0 jdk21 go ]);
|
||||
extensions =
|
||||
with inputs.nix-vscode-extensions.extensions.${system}.vscode-marketplace;
|
||||
with inputs.nix-vscode-extensions.extensions.${system}.vscode-marketplace-release; [
|
||||
|
|
Loading…
Reference in a new issue