Merge pull request #131814 from blaggacao/fix-nix-daemon-registry-type-unspecified-error

nixos/nix-daemon: fix registry flake type
This commit is contained in:
Robert Hensing 2021-08-01 22:43:34 +02:00 committed by GitHub
commit 151c2f5a20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''