Unverified Commit 715a87dd authored by Jared Baur's avatar Jared Baur Committed by GitHub
Browse files

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

parents 368069aa 8e7bfe4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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