{ pkgs ? import {} }: let paths = with pkgs; [ ansible ansible-lint ]; in pkgs.buildEnv { name = "infrastructure-env"; paths = paths; }