{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ (import ./default.nix { inherit pkgs; }) ]; }