feat(golang): update to 1.19
This commit is contained in:
parent
f8690d90e6
commit
e361a43b48
1 changed files with 9 additions and 2 deletions
|
@ -3,9 +3,16 @@
|
||||||
let unstable = import <nixos-unstable> { };
|
let unstable = import <nixos-unstable> { };
|
||||||
in {
|
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; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnumake
|
gnumake
|
||||||
go_1_17
|
go_1_19
|
||||||
rustup
|
rustup
|
||||||
shellcheck
|
shellcheck
|
||||||
unstable.golangci-lint
|
unstable.golangci-lint
|
||||||
|
@ -27,7 +34,7 @@ in {
|
||||||
musl
|
musl
|
||||||
|
|
||||||
dbeaver
|
dbeaver
|
||||||
emacs
|
emacs-gtk
|
||||||
gitAndTools.delta
|
gitAndTools.delta
|
||||||
lazygit
|
lazygit
|
||||||
ltrace
|
ltrace
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue