From 1130fa37848326b29c171a543baf6189625d8190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sat, 15 Nov 2025 22:07:24 -0300 Subject: [PATCH] git: don't prune tags --- user/git.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/user/git.nix b/user/git.nix index 9ac645e..c15514f 100644 --- a/user/git.nix +++ b/user/git.nix @@ -27,7 +27,6 @@ in }; fetch = { prune = true; - pruneTags = true; all = true; }; push = {