]> git.scottworley.com Git - nixos-qemu-vm-isolation/blobdiff - README.md
New runTest interface fixes useNixStoreImage test
[nixos-qemu-vm-isolation] / README.md
index c0aea3118c77365ecab039b34c239d44abe64e51..ec9ba70f536d3b382eed51b5e97672e50b80ed15 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,5 +3,6 @@ squashfs for the VM's /nix/store that contains only the VM's dependencies
 (like the installer has) rather than a virtio mount of the host's entire
 /nix/store.
 
-**Update:** `virtualisation.useNixStoreImage` exists now!  But it doesn't
-work!  :(  See the note in `checks/mount-grep.nix`
+**Update:** `virtualisation.useNixStoreImage` exists now!  But it builds
+the store image at runtime, rather that at build-time, drastically
+increasing VM start-up time.