about summary refs log tree commit diff
path: root/shell.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2019-11-22T15·56+0100
committerFlorian Klink <flokli@flokli.de>2019-11-22T18·51+0100
commitfecbf8b3e2efd4ba8c2e33159269000db2fbe1da (patch)
tree10918c8f1fccca80aa0b1b5b5467c096c728b8fc /shell.nix
parent9c36bb0e6c9f11db207ab34e545eb1de956bc806 (diff)
WIP: build binary and container
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
     ];
   }