profiles/work: remove teams, use go 1.20, install meld
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
22a8b6ba4b
commit
489001fb5b
|
@ -3,9 +3,6 @@ let
|
|||
psCfg = config.pub-solar;
|
||||
in
|
||||
{
|
||||
# Sets nrdxp.cachix.org binary cache which just speeds up some builds
|
||||
imports = [ ../cachix ];
|
||||
|
||||
pub-solar.docker.enable = true;
|
||||
pub-solar.nextcloud.enable = true;
|
||||
pub-solar.social.enable = true;
|
||||
|
@ -29,8 +26,7 @@ in
|
|||
vscode-extensions.ms-python.python
|
||||
vscode-extensions.redhat.java
|
||||
wireshark
|
||||
teams
|
||||
go_1_18
|
||||
go_1_20
|
||||
meld
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue