{ pkgs ? import { }, }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ # Tools vagrant kubectl just # Virtual Machine nixos-generators ]; } # vim: ts=2 sw=2 et