{pkgs?import<nixpkgs>,}:letname="pokego";inpkgs.buildGoModule{pname=name;version="main";src=pkgs.nix-gitignore.gitignoreSource[](builtins.path{inheritname;path=../.;});vendorHash=null;env.CGO_ENABLED=0;flags=["-trimpath"];ldflags=["-s""-w""-extldflags -static"];meta={description="Command-line tool that lets you display Pokémon sprites in color directly in your terminal.";homepage="https://github.com/rubiin/pokego";mainProgram="pokego";};}