Merge pull request #166309 from solson/typo-fix

This commit is contained in:
Sandro 2022-03-30 01:55:44 +02:00 committed by GitHub
commit 420a0cce93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -409,14 +409,14 @@ in
to = mkOption {
type = referenceAttrs;
example = { type = "github"; owner = "my-org"; repo = "my-nixpkgs"; };
description = "The flake reference <option>from></option> is rewritten to.";
description = "The flake reference <option>from</option> is rewritten to.";
};
flake = mkOption {
type = types.nullOr types.attrs;
default = null;
example = literalExpression "nixpkgs";
description = ''
The flake input <option>from></option> is rewritten to.
The flake input <option>from</option> is rewritten to.
'';
};
exact = mkOption {