lib: rec {
net = import ./net.nix lib;
globals = import ./globals.nix;
imagePath = name: "nix:0${globals.imageDir}/${name}.tar";
}