nixos/qemu-vm: Fix warning message

This commit is contained in:
Robert Hensing 2022-08-14 12:48:43 +02:00
parent f374d2e577
commit 6851adc178

View File

@ -783,7 +783,7 @@ in
for more frequent garbage collection.
If you really need this combination, you can set ${opt.writableStore}
explicitly to false, incur the cost and make this warning go away.
explicitly to true, incur the cost and make this warning go away.
Otherwise, we recommend
${opt.writableStore} = false;