1 2 3 4 5 6
final: prev: { mygit = (prev.git.override { withLibsecret = true; }).overrideAttrs (old: { doCheck = false; doInstallCheck = false; }); }