Merge pull request #132363 from NixOS/backport-131814-to-release-21.05
[Backport release-21.05] nixos/nix-daemon: fix registry flake type
This commit is contained in:
commit
60c4e61a61
|
@ -458,7 +458,7 @@ in
|
||||||
description = "The flake reference to which <option>from></option> is to be rewritten.";
|
description = "The flake reference to which <option>from></option> is to be rewritten.";
|
||||||
};
|
};
|
||||||
flake = mkOption {
|
flake = mkOption {
|
||||||
type = types.unspecified;
|
type = types.nullOr types.attrs;
|
||||||
default = null;
|
default = null;
|
||||||
example = literalExample "nixpkgs";
|
example = literalExample "nixpkgs";
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Reference in New Issue