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 ) '