modules/git: Use gitSVN package

This commit is contained in:
fleaz 2023-09-07 18:08:36 +02:00
parent 7463e9340c
commit 67e37b3a85

View file

@ -1,6 +1,7 @@
{ {pkgs, ...}:{
programs.git = { programs.git = {
enable = true; enable = true;
package = pkgs.gitSVN;
ignores = [ ignores = [
".vscode" ".vscode"
"*.sql" "*.sql"