overlay: disable cloud-hypervisor tests enabled in #255123

This commit is contained in:
Aaron Bieber 2023-09-15 07:10:55 -06:00
parent 0bf4a9166d
commit 2ea53d7ab2
No known key found for this signature in database

View File

@ -20,6 +20,11 @@ in
then [
#rex
heisenbridge
(_: super: {
cloud-hypervisor = super.cloud-hypervisor.overrideAttrs (_: {
cargoTestFlags = [ "--bins" ];
});
})
(_: super: {
clementine = super.clementine.overrideAttrs (_: {
patches = [
@ -59,4 +64,3 @@ in
# };
# };
# })