Merge pull request #186626 from hercules-ci/fix-qemu-vm-writableStore-warning-message

nixos/qemu-vm: Fix warning message
This commit is contained in:
Robert Hensing 2022-08-14 13:54:58 +02:00 committed by GitHub
commit 44be78ef91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;