{ pkgs ? ( let sources = import ./npins; in import sources.nixpkgs { } ) }: let inherit (import ./.) pre-commit-check; in pkgs.mkShell { inherit (pre-commit-check) shellHook; packages = with pkgs; [ go npins gopls go-licenses gotools go-tools templ gci hyperlink systemfd just modd ko flyctl ]; }