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
|
||||
bind
|
||||
git-cola
|
||||
gitFull
|
||||
virt-manager-qt
|
||||
qtemu
|
||||
parted
|
||||
|
|
@ -34,6 +33,8 @@ in {
|
|||
amdctl
|
||||
];
|
||||
|
||||
programs.git.package = pkgs.gitFull;
|
||||
|
||||
documentation = {
|
||||
dev.enable = true;
|
||||
nixos.includeAllModules = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue