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