Skip to content

Commit 1862d3d

Browse files
committed
cicero transformer: change podman driver to docker
logs do not seem to work
1 parent 0295a28 commit 1862d3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nix/cloud/nomadEnvs/cicero/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
then .
6666
else . + ["github:NixOS/nixpkgs/\($args.nixpkgsRev)#bash"]
6767
end
68+
end |
69+
# logs don't work with podman driver
70+
# TODO remove once fixed
71+
if .driver != "podman" then . else
72+
.driver = "docker" |
73+
.config.image |= ltrimstr("docker://")
6874
end
6975
)
7076
'

0 commit comments

Comments
 (0)