diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mk_system.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mk_system.nix b/lib/mk_system.nix index c9d2705..10af66c 100644 --- a/lib/mk_system.nix +++ b/lib/mk_system.nix @@ -16,7 +16,7 @@ { networking.hostName = name; nix.flakes.enable = true; - system.configurationRevision = self.rev or "dirty"; + system.configurationRevision = self.rev or self.dirtyRev; documentation.man = { enable = true; generateCaches = true; }; } entryPoint |