{ pkgs ? import {} }: with pkgs; mkShell { BuildInputs = [ ansible ansible-lint ]; }