overrides: add copier

Without git, Copier loses lots of its functionality.
This commit is contained in:
Jairo Llopis 2022-10-07 09:11:23 +01:00 committed by adisbladis
parent 96255a6473
commit bda5e00721

View file

@ -341,6 +341,10 @@ lib.composeManyExtensions [
} }
); );
copier = super.copier.overrideAttrs (old: {
propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [ pkgs.git ];
});
cryptography = cryptography =
let let
getCargoHash = version: { getCargoHash = version: {