home: use git from nixpkgs-unstable
This commit is contained in:
parent
8a15adb185
commit
660175b3bf
@ -276,6 +276,9 @@
|
||||
inherit system;
|
||||
};
|
||||
})
|
||||
(_final: _prev: {
|
||||
pkgs-unstable = import nixpkgs-unstable {inherit system;};
|
||||
})
|
||||
];
|
||||
};
|
||||
in {
|
||||
|
@ -83,6 +83,7 @@
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
package = pkgs.pkgs-unstable.git;
|
||||
enable = true;
|
||||
userEmail = email;
|
||||
userName = "Motiejus Jakštys";
|
||||
|
Loading…
Reference in New Issue
Block a user