modules/git: Use gitSVN package
This commit is contained in:
parent
7463e9340c
commit
67e37b3a85
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
{pkgs, ...}:{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitSVN;
|
||||
ignores = [
|
||||
".vscode"
|
||||
"*.sql"
|
||||
|
|
Loading…
Reference in a new issue