install go
This commit is contained in:
parent
624a3fbb91
commit
e1849668bc
@ -6,11 +6,15 @@
|
|||||||
mj.base.users.email = "motiejus.jakstys@chronosphere.io";
|
mj.base.users.email = "motiejus.jakstys@chronosphere.io";
|
||||||
mj.base.users.user.extraGroups = ["docker"];
|
mj.base.users.user.extraGroups = ["docker"];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages =
|
||||||
pkgs.nixpkgs-unstable.turbo
|
(with pkgs; [
|
||||||
nodejs
|
nodejs
|
||||||
google-cloud-sdk
|
google-cloud-sdk
|
||||||
];
|
])
|
||||||
|
++ (with pkgs.nixpkgs-unstable; [
|
||||||
|
turbo
|
||||||
|
go_1_22
|
||||||
|
]);
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user