Unverified Commit 151c2f5a authored by Robert Hensing's avatar Robert Hensing Committed by GitHub
Browse files

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

nixos/nix-daemon: fix registry flake type
parents 4fad3a2b ecae25c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ''