From: Scott Worley Date: Mon, 20 Dec 2021 02:53:02 +0000 (-0800) Subject: 21.11: Follow the pathsInNixDB → additionalPaths rename X-Git-Url: http://git.scottworley.com/nixos-qemu-vm-isolation/commitdiff_plain/8dc7361b9c34805391a0c8d514bf7d5241c3d227?ds=sidebyside;hp=8dc7361b9c34805391a0c8d514bf7d5241c3d227 21.11: Follow the pathsInNixDB → additionalPaths rename This rename is unfortunate. We depend here upon this actually being *all the paths in the Nix DB*. It still *is* all the paths in the Nix DB — nothing has changed about its implementation — but now it's named after one use case (adding some additional paths) rather than what it *is* (all the paths), which makes this usage here read as if it couldn't possibly work. :( ---