nixos/oci-containers: Use docker.package
This commit is contained in:
parent
d0300e7713
commit
683f0b8938
@ -217,7 +217,7 @@ let
|
||||
environment = proxy_env;
|
||||
|
||||
path =
|
||||
if cfg.backend == "docker" then [ pkgs.docker ]
|
||||
if cfg.backend == "docker" then [ config.virtualisation.docker.package ]
|
||||
else if cfg.backend == "podman" then [ config.virtualisation.podman.package ]
|
||||
else throw "Unhandled backend: ${cfg.backend}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user