From 983fb9445299267c9de415cd7007cf0ebf1f743f Mon Sep 17 00:00:00 2001 From: Robin Stumm Date: Thu, 30 Jun 2022 17:59:45 +0200 Subject: [PATCH] cicero transformer: change podman driver to docker logs do not seem to work --- nix/cloud/nomadEnvs/cicero/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nix/cloud/nomadEnvs/cicero/default.nix b/nix/cloud/nomadEnvs/cicero/default.nix index 0b27314..39a8777 100644 --- a/nix/cloud/nomadEnvs/cicero/default.nix +++ b/nix/cloud/nomadEnvs/cicero/default.nix @@ -65,6 +65,12 @@ then . else . + ["github:NixOS/nixpkgs/\($args.nixpkgsRev)#bash"] end + end | + # logs do not work with podman driver + # TODO remove once fixed + if .driver != "podman" then . else + .driver = "docker" | + .config.image |= ltrimstr("docker://") end ) '