Skip to content

Install a vagrant package without libvirt support in nix-shell.

Tom Prince requested to merge tomprince/PrivateStorageio:small-vagrant into develop

Given that the instructions for local development suggest using VirtualBox instead of libvirt, we can install vagrant without pulling in all the libvirt dependencies.

For me, this reduces the amount I need to download to run nix-shell from >1G to <15M. (I've carrying a patch that removed the dependency to avoid downloading that much; the measurements only include the effect of adding vagrant or the minimal vagrant to the definition.)

Merge request reports