From 489001fb5bc2a7e538465329e31dc833f97b4f0d Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Fri, 6 Oct 2023 00:37:48 +0200 Subject: [PATCH] profiles/work: remove teams, use go 1.20, install meld --- profiles/work/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/profiles/work/default.nix b/profiles/work/default.nix index 573ac2a4..766dac50 100644 --- a/profiles/work/default.nix +++ b/profiles/work/default.nix @@ -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 ]; - }