]> git.scottworley.com Git - nixos-qemu-vm-isolation/log
nixos-qemu-vm-isolation
2 years agoNote that useNixStoreImage exists now
Scott Worley [Sun, 21 Nov 2021 01:38:13 +0000 (17:38 -0800)]
Note that useNixStoreImage exists now

I'm disappointed that it doesn't work.  :(

When it's fixed, it can replace this module.

2 years ago21.11: Follow the pathsInNixDB → additionalPaths rename
Scott Worley [Mon, 20 Dec 2021 02:53:02 +0000 (18:53 -0800)]
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.  :(

2 years agoNew nixpkgs pin
Scott Worley [Mon, 20 Dec 2021 06:41:14 +0000 (22:41 -0800)]
New nixpkgs pin

Stick to the nixos-unstable branch so folks that use the public build
cache get cache hits.

In particular, make sure to pick up
e8cc900eaec34c2b7399678f0cd47c1b0e36a6ef, which makes useNixStoreImage
actually work.

2 years agoCheck that an unreferenced package does not appear in the guest.
Scott Worley [Sun, 21 Nov 2021 00:16:25 +0000 (16:16 -0800)]
Check that an unreferenced package does not appear in the guest.

2 years agoLicense
Scott Worley [Mon, 25 Oct 2021 21:03:54 +0000 (14:03 -0700)]
License

2 years agoUse a squashfs Nix Store rather than a virtio host mount
Scott Worley [Mon, 25 Oct 2021 07:44:56 +0000 (00:44 -0700)]
Use a squashfs Nix Store rather than a virtio host mount