mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-28 10:47:19 +00:00
version: add default darwinRevision
There's no channel for darwin so this can be unavailable if a tarball or shallow clone is used.
This commit is contained in:
parent
61d81e7706
commit
3ba909eb2d
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ in
|
|||
system.darwinRevision = mkOption {
|
||||
internal = true;
|
||||
type = types.str;
|
||||
default = "master";
|
||||
description = "The darwin git revision from which this configuration was built.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue