Skip to content

Commit cefa3ca

Browse files
SuperSandro2000astro
authored andcommitted
cloud-hypervisor: fix eval when deflateOnOOM is off
1 parent f71f275 commit cefa3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runners/cloud-hypervisor.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ let
5757
free_page_reporting = "on";
5858
}
5959
# enable deflating memory balloon on out-of-memory
60-
// lib.optionals deflateOnOOM {
60+
// lib.optionalAttrs deflateOnOOM {
6161
deflate_on_oom = "on";
6262
});
6363

0 commit comments

Comments
 (0)