packages/dvc: init patched

This commit is contained in:
Max Headroom 2022-08-05 14:27:14 +02:00
parent a14ba1235a
commit 2254e2143e
2 changed files with 2425 additions and 0 deletions

View file

@ -3,6 +3,8 @@ let
pins = import ./sources; pins = import ./sources;
in with tools; in with tools;
super: rec { super: rec {
dvc = patch super.dvc "patches/base/dvc";
hydra = (patch super.hydra-unstable "patches/base/hydra").override { nix = super.nixVersions.nix_2_8; }; hydra = (patch super.hydra-unstable "patches/base/hydra").override { nix = super.nixVersions.nix_2_8; };
sssd = (super.sssd.override { withSudo = true; }).overrideAttrs (old: { sssd = (super.sssd.override { withSudo = true; }).overrideAttrs (old: {

File diff suppressed because it is too large Load diff