]> git.scottworley.com Git - nixos-qemu-vm-isolation/commitdiff
Put squashfs-label patch overlays in a separate file
authorScott Worley <scottworley@scottworley.com>
Fri, 5 Jun 2026 18:29:27 +0000 (11:29 -0700)
committerScott Worley <scottworley@scottworley.com>
Fri, 5 Jun 2026 18:56:08 +0000 (11:56 -0700)
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.


No differences found