virtualisation.docker.extraPackages

NixOS option

Extra packages to add to PATH for the docker daemon process.

type: list of package
Default
[ ]
Example
with pkgs; [ criu ]
declared in: nixos/modules/virtualisation/docker.nixView source on NixOS/nixpkgs →