{ pkgs ? import { }, }: let lib = pkgs.lib; in pkgs.mkShell rec { name = "quil-env"; buildInputs = with pkgs; [ clojure nodejs-16_x ]; }