Formatting changes.
This commit is contained in:
parent
d23db30b7e
commit
f202e7001e
1 changed files with 3 additions and 3 deletions
|
|
@ -11,9 +11,9 @@
|
|||
#testing
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
valkey = prev.valkey.overrideAttrs (oldAttrs: {
|
||||
doCheck = false; # Disables the failing dual channel sync test
|
||||
});
|
||||
valkey = prev.valkey.overrideAttrs (oldAttrs: {
|
||||
doCheck = false;
|
||||
});
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue