about summary refs log tree commit diff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index b28839aa28c8..7a2d65d59681 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,6 +6,7 @@ let
 in
   pkgs.mkShell {
     buildInputs = [
-        pkgs.statik
+      pkgs.go_1_12
+      pkgs.statik
     ];
   }