with import ../nixpkgs.nix { }; mkShell { buildInputs = [ vagrant ];}
with import ../nixpkgs.nix { };
mkShell {
buildInputs = [
vagrant
];
}