nixos/oci-containers: change imageFile option type

There should not be a strict requirement that the value of `imageFile`
is an output path, any path (including nested files in output paths) to
a valid image file should work.
This commit is contained in:
Jared Baur
2025-12-04 13:04:56 -08:00
parent 1db37795fc
commit 8e7bfe4efd
@@ -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