mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
overrides: add copier
Without git, Copier loses lots of its functionality.
This commit is contained in:
parent
96255a6473
commit
bda5e00721
1 changed files with 4 additions and 0 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue