buf: use go1.23

This commit is contained in:
Aaron Jheng 2024-10-08 03:36:01 +00:00
parent 3727d51a8e
commit 87c0bd7d58
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -372,6 +372,10 @@ with pkgs;
propagatedBuildInputs = [ innoextract file-rename ]; }
../build-support/setup-hooks/gog-unpack.sh;
buf = callPackage ../by-name/bu/buf/package.nix {
buildGoModule = buildGo123Module;
};
buildEnv = callPackage ../build-support/buildenv { }; # not actually a package
buildFHSEnv = buildFHSEnvBubblewrap;