{ pkgs ? import { }, }: pkgs.mkShell { packages = [ pkgs.amber-lang ]; }