mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/oci-containers: Use docker.package
This commit is contained in:
parent
d0300e7713
commit
683f0b8938
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ let
|
||||||
environment = proxy_env;
|
environment = proxy_env;
|
||||||
|
|
||||||
path =
|
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 if cfg.backend == "podman" then [ config.virtualisation.podman.package ]
|
||||||
else throw "Unhandled backend: ${cfg.backend}";
|
else throw "Unhandled backend: ${cfg.backend}";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue