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