Operand

try ladder, y'all.

gram: pool

> ./basis/cache.nix

Lenses
(coming soon!)


{ microvm.shares = [ {
  # use proto = "virtiofs" for MicroVMs that are started by systemd
  proto = "9p";
  tag = "ro-store";
  # a host's /nix/store will be picked up so that no
  # squashfs/erofs will be built for it.
  source = "/nix/store";
  mountPoint = "/nix/.ro-store";
} ]; }