{ pkgs ? import {}}: pkgs.mkShellNoCC { packages = with pkgs; [ deno ]; }