nixos/oci-containers: change imageFile option type (#467928)

This commit is contained in:
Jared Baur
2025-12-06 02:48:45 +00:00
committed by GitHub
@@ -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