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