From b3ce8b68d3bf141bc66841949140cb3d57e6018e Mon Sep 17 00:00:00 2001 From: Tom Carrio Date: Sun, 15 Sep 2024 16:04:02 -0400 Subject: [PATCH] fix: reference dirtyRev for home-manager master ref --- darwin/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/darwin/default.nix b/darwin/default.nix index 1cad4544..29d8b680 100644 --- a/darwin/default.nix +++ b/darwin/default.nix @@ -106,7 +106,8 @@ }; # Set Git commit hash for darwin-version. - system.configurationRevision = self.rev || self.dirtyRev || null; + system.configurationRevision = self.dirtyRev || null; # TODO: Not compatible after moving to unstable + # system.configurationRevision = self.rev || self.dirtyRev || null; # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog