···458 description = "The flake reference to which <option>from></option> is to be rewritten.";
459 };
460 flake = mkOption {
461- type = types.unspecified;
462 default = null;
463 example = literalExample "nixpkgs";
464 description = ''
···458 description = "The flake reference to which <option>from></option> is to be rewritten.";
459 };
460 flake = mkOption {
461+ type = types.nullOr types.attrs;
462 default = null;
463 example = literalExample "nixpkgs";
464 description = ''