use git minimal

Reduce the closure size
This commit is contained in:
zimbatm 2022-12-21 18:52:03 +01:00
parent 3edc7471f0
commit c919e03850
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -1,8 +1,8 @@
{ stdenvNoCC, makeWrapper, lib, openssh, git, nix, coreutils }:
{ stdenvNoCC, makeWrapper, lib, openssh, gitMinimal, nix, coreutils }:
let
runtimeDeps = [
openssh
git # for git flakes
gitMinimal # for git flakes
nix
coreutils
];