Loading nixos/modules/virtualisation/oci-containers.nix +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ let }; imageFile = mkOption { type = with types; nullOr package; type = with types; nullOr pathInStore; default = null; description = '' Path to an image file to load before running the image. This can Loading Loading
nixos/modules/virtualisation/oci-containers.nix +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ let }; imageFile = mkOption { type = with types; nullOr package; type = with types; nullOr pathInStore; default = null; description = '' Path to an image file to load before running the image. This can Loading