From 9988df55afefc90962ef0bc43439565dbe7fe15e Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 24 Oct 2024 10:53:54 -0400 Subject: [PATCH] Added git svn support --- src/user/modules/git/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/src/user/modules/git/default.nix b/src/user/modules/git/default.nix index 26eab26..cb02bbd 100644 --- a/src/user/modules/git/default.nix +++ b/src/user/modules/git/default.nix @@ -10,6 +10,7 @@ in programs = { git = { enable = true; + package = pkgs.gitSVN; extraConfig = { init = { defaultBranch = "master"; }; #format = { pretty = "oneline"; };