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:
Robert Hensing 2021-08-02 01:49:18 +02:00 committed by GitHub
commit 60c4e61a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ in
description = "The flake reference to which <option>from></option> is to be rewritten.";
};
flake = mkOption {
type = types.unspecified;
type = types.nullOr types.attrs;
default = null;
example = literalExample "nixpkgs";
description = ''