mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-28 18:57:08 +00:00
version: fix description
This commit is contained in:
parent
3c4a001d99
commit
7941b13682
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ in
|
|||
system.darwinVersion = mkOption {
|
||||
internal = true;
|
||||
type = types.str;
|
||||
description = "The full darwin version (e.g. <literal>16.03.1160.f2d4ee1</literal>).";
|
||||
description = "The full darwin version (e.g. <literal>darwin4.master</literal>).";
|
||||
};
|
||||
|
||||
system.darwinRevision = mkOption {
|
||||
|
|
Loading…
Add table
Reference in a new issue