From: Scott Worley Date: Fri, 5 Jun 2026 18:29:27 +0000 (-0700) Subject: Put squashfs-label patch overlays in a separate file X-Git-Url: http://git.scottworley.com/nixos-qemu-vm-isolation/commitdiff_plain/1b39c55ce550354b408a3e017f2fec88b6f20a1b?hp=1b39c55ce550354b408a3e017f2fec88b6f20a1b Put squashfs-label patch overlays in a separate file The util-linux patch in particular causes a lot of rebuilds / cache misses (linux kernel, llvm and hence clang, rustc, & ghc, etc.) in the guest. If the host is also building large stuff like the kernel locally for other reasons, this can result in two sets of large, local builds. :( Users sensitive to this may wish to harmonize the host and guest config to get back down to one set of large local builds. So we make the squashfs-label patches easy to also apply to the host, for those that wish to do so. ---