{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ ansible ansible-lint ]; shellHooks = '' export LC_ALL="C.UTF-8" ''; }