{pkgs ? import {}, ...}: { default = pkgs.mkShell { nativeBuildInputs = with pkgs; [ just ]; }; }