[Desktop/Developer] Properly override git package to use git 'full'

This commit is contained in:
Antoine Viallon 2023-04-04 22:06:40 +02:00
parent 33060cff17
commit 50f523ad0b
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -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;