Skip to content

Commit

Permalink
cicero transformer: change podman driver to docker
Browse files Browse the repository at this point in the history
logs do not seem to work
  • Loading branch information
dermetfan committed Jul 12, 2022
1 parent 0295a28 commit 983fb94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nix/cloud/nomadEnvs/cicero/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
'
Expand Down

0 comments on commit 983fb94

Please sign in to comment.