Skip to content

Commit

Permalink
no longer change podman to docker driver in dev VM
Browse files Browse the repository at this point in the history
as we now use the patched podman driver
  • Loading branch information
dermetfan committed Aug 10, 2022
1 parent cc5736a commit fc96335
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions flake.nix
Expand Up @@ -137,12 +137,6 @@
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 fc96335

Please sign in to comment.