Reapply "valkey: disable check phase to fix build"
This reverts commit ea0f9884d3.
This commit is contained in:
@@ -335,6 +335,11 @@
|
|||||||
prev.callPackage "${patchedStableSrc}/pkgs/by-name/sy/syncstorage-rs/package.nix"
|
prev.callPackage "${patchedStableSrc}/pkgs/by-name/sy/syncstorage-rs/package.nix"
|
||||||
{ };
|
{ };
|
||||||
})
|
})
|
||||||
|
(final: prev: {
|
||||||
|
valkey = prev.valkey.overrideAttrs (_: {
|
||||||
|
doCheck = false;
|
||||||
|
});
|
||||||
|
})
|
||||||
];
|
];
|
||||||
nixpkgs.config.allowUnfreePredicate =
|
nixpkgs.config.allowUnfreePredicate =
|
||||||
pkg:
|
pkg:
|
||||||
|
|||||||
Reference in New Issue
Block a user