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