From a7945b45f9256991081c4666a0c43a341c54a7bb Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 13 Jun 2020 18:31:37 +0100 Subject: [PATCH] porcorosso: add go --- ops/nixos/porcorosso/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ops/nixos/porcorosso/default.nix b/ops/nixos/porcorosso/default.nix index 577eb12251..e22e0aea43 100644 --- a/ops/nixos/porcorosso/default.nix +++ b/ops/nixos/porcorosso/default.nix @@ -170,6 +170,7 @@ in { direnv efibootmgr git + go graphicsmagick-imagemagick-compat iotop iw @@ -217,4 +218,4 @@ in { # servers. You should change this only after NixOS release notes say you # should. system.stateVersion = "20.03"; # Did you read the comment? -} \ No newline at end of file +}