home: use git from nixpkgs-unstable

This commit is contained in:
Motiejus Jakštys 2023-11-21 12:38:44 +02:00 committed by Motiejus Jakštys
parent 8a15adb185
commit 660175b3bf
2 changed files with 4 additions and 0 deletions

View File

@ -276,6 +276,9 @@
inherit system; inherit system;
}; };
}) })
(_final: _prev: {
pkgs-unstable = import nixpkgs-unstable {inherit system;};
})
]; ];
}; };
in { in {

View File

@ -83,6 +83,7 @@
]; ];
programs.git = { programs.git = {
package = pkgs.pkgs-unstable.git;
enable = true; enable = true;
userEmail = email; userEmail = email;
userName = "Motiejus Jakštys"; userName = "Motiejus Jakštys";