mimir: pin to Go 1.22 for now

This commit is contained in:
K900 2024-10-02 10:00:41 +03:00
parent 290f5c015a
commit af2038fc9b

View File

@ -1,5 +1,7 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests, nix-update-script }:
buildGoModule rec {
{ lib, buildGo122Module, fetchFromGitHub, nixosTests, nix-update-script }:
# Does not build with Go 1.23
# FIXME: check again for next release
buildGo122Module rec {
pname = "mimir";
version = "2.13.0";