WIP: build binary and container

This commit is contained in:
Florian Klink 2019-11-22 16:56:12 +01:00
parent 9c36bb0e6c
commit fecbf8b3e2
3 changed files with 19 additions and 1 deletions

View file

@ -6,6 +6,7 @@ let
in
pkgs.mkShell {
buildInputs = [
pkgs.statik
pkgs.go_1_12
pkgs.statik
];
}