Skip to content

Commit

Permalink
Refactor mini.nix: Comment out setting Git commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwclark committed Nov 11, 2024
1 parent 30bfead commit 008d6e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hosts/mini/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
self,
inputs,
outputs,
config,
Expand Down Expand Up @@ -127,7 +126,7 @@
# programs.fish.enable = true;

# Set Git commit hash for darwin-version.
system.configurationRevision = self.rev or self.dirtyRev or null;
# system.configurationRevision = self.rev or self.dirtyRev or null;

# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
Expand Down

0 comments on commit 008d6e8

Please sign in to comment.