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

nixos/nix-daemon: fix registry flake type

authored by Robert Hensing and committed by GitHub 151c2f5a 4fad3a2b

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