summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/version.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/version.nix b/modules/system/version.nix
index 190b293..abddf80 100644
--- a/modules/system/version.nix
+++ b/modules/system/version.nix
@@ -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.";
};