redis: Temporarily disable tests
This commit is contained in:
parent
b4ad550973
commit
cde7eaec90
2 changed files with 6 additions and 0 deletions
|
@ -11,4 +11,5 @@ nixpkgs.lib.composeManyExtensions [
|
|||
self.overlays.no-alsa
|
||||
self.overlays.no-jemalloc
|
||||
self.overlays.modern-minimal
|
||||
self.overlays.fixes
|
||||
] final prev
|
||||
|
|
5
overlay/fixes.nix
Normal file
5
overlay/fixes.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }: final: prev: {
|
||||
redis = prev.redis.overrideAttrs ({
|
||||
doCheck = false;
|
||||
});
|
||||
}
|
Loading…
Reference in a new issue