From 6ff0a8600dee5031ef9794e49b205b339a7102c0 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Tue, 20 Jan 2026 10:39:12 +0100 Subject: [PATCH] fixed git hash. --- modules/home-manager/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/git.nix b/modules/home-manager/git.nix index 4941a4e..379f708 100644 --- a/modules/home-manager/git.nix +++ b/modules/home-manager/git.nix @@ -46,7 +46,7 @@ log-long-line = "log --pretty=format:'%C(auto)%h %C(cyan)%an %C(blue)%ar %C(auto)%d %s'"; recent = "branch --sort=-committerdate --format='%(committerdate:relative)%09%(refname:short)'"; track = "add -AN"; - hash = "git show -s --format=%H"; + hash = "show -s --format=%H"; }; user = { email = config.user.git.profile.email;