{ pkgs ? ( let sources = import ./npins; in import sources.nixpkgs { } ) }: pkgs.mkShell { packages = with pkgs; [ go templ just ]; }