From 4a0d978874284730bdc93f9c4d8e27578d205c20 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 21 Mar 2021 06:16:02 +0200 Subject: fix(tazjin/tverskoy): Configure git to always rebase Change-Id: I2682e350c74a830682ebca12102d00b7e85093f8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2627 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/tverskoy/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 8d79e019a5..fe2040a2e5 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -263,6 +263,9 @@ in lib.fix(self: { enable = true; userName = "Vincent Ambo"; userEmail = "mail@tazj.in"; + extraConfig = { + pull.rebase = true; + }; }; }; -- cgit 1.4.1