{pkgs?import<nixpkgs>,}:letname="cfg-playground";inpkgs.buildGoModule{pname=name;version="main";src=pkgs.nix-gitignore.gitignoreSource[](builtins.path{inheritname;path=../.;});vendorHash=pkgs.lib.fileContents../go.mod.sri;CGO_ENABLED=0;flags=["-trimpath"];ldflags=["-s""-w""-extldflags -static"];meta={description="Playground for cfg";homepage="https://git.jolheiser.com/cfg-playground";mainProgram="cfg-playground";};}