{ pkgs ? import { } }: with pkgs; mkShell { buildInputs = [ # Is this program even allowed in Nix? ansible ]; }