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