{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.nixos-shell ]; }