mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Developer] Properly override git package to use git 'full'
This commit is contained in:
parent
33060cff17
commit
50f523ad0b
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ in {
|
||||||
hwloc
|
hwloc
|
||||||
bind
|
bind
|
||||||
git-cola
|
git-cola
|
||||||
gitFull
|
|
||||||
virt-manager-qt
|
virt-manager-qt
|
||||||
qtemu
|
qtemu
|
||||||
parted
|
parted
|
||||||
|
|
@ -34,6 +33,8 @@ in {
|
||||||
amdctl
|
amdctl
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.git.package = pkgs.gitFull;
|
||||||
|
|
||||||
documentation = {
|
documentation = {
|
||||||
dev.enable = true;
|
dev.enable = true;
|
||||||
nixos.includeAllModules = true;
|
nixos.includeAllModules = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue