From e361a43b48ebab3073421b28a3d604b99d74ef66 Mon Sep 17 00:00:00 2001 From: Stefan Schwarz Date: Fri, 3 Mar 2023 10:34:48 +0100 Subject: [PATCH] feat(golang): update to 1.19 --- roles/dev.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/roles/dev.nix b/roles/dev.nix index 92cda0c..f74fbce 100644 --- a/roles/dev.nix +++ b/roles/dev.nix @@ -3,9 +3,16 @@ let unstable = import { }; in { + services.emacs.package = pkgs.emacsPgtk; + nixpkgs.overlays = [ + (import (builtins.fetchTarball { + url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz; + })) + ]; + environment.systemPackages = with pkgs; [ gnumake - go_1_17 + go_1_19 rustup shellcheck unstable.golangci-lint @@ -27,7 +34,7 @@ in { musl dbeaver - emacs + emacs-gtk gitAndTools.delta lazygit ltrace