diff options
author | sterni <sternenseemann@systemli.org> | 2024-03-02T09·27+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-03T16·00+0000 |
commit | ca97e5f4858b11ba198077734913a697c4fe9ce7 (patch) | |
tree | 9f87c8d144e9edf8f89f4293e889dbea9c7272d5 /third_party/overlays/tvl.nix | |
parent | 1c16dee2078999f61e31194bbe793790facf0e98 (diff) |
chore(3p/sources): Bump channels & overlays r/7643
- agenix has not been updated (waiting for https://github.com/ryantm/agenix/pull/241). - libgit2_1_5 can be removed (no longer used by cargo-audit). Change-Id: I96c6a1a4175dc4f2a32b9b2e4ed71caa826a9c42 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11077 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r-- | third_party/overlays/tvl.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 3a4664631797..9ebe21369ba9 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -122,10 +122,6 @@ depot.nix.readTree.drvTargets { ''; }; - # Disable tests which fail and weren't executed before the bump that - # introduced this problem: https://github.com/NixOS/nixpkgs/issues/288064 - libgit2_1_5 = super.libgit2_1_5.overrideAttrs (_: { doCheck = false; }); - evans = super.evans.overrideAttrs (old: { patches = old.patches or [ ] ++ [ # add support for unix domain sockets |