home: use git from nixpkgs-unstable
This commit is contained in:
parent
8a15adb185
commit
660175b3bf
@ -276,6 +276,9 @@
|
|||||||
inherit system;
|
inherit system;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
(_final: _prev: {
|
||||||
|
pkgs-unstable = import nixpkgs-unstable {inherit system;};
|
||||||
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user