gotosocial: pin to go 1.24

build currently broken with go 1.25
https://hydra.nixos.org/build/307095866/nixlog/1
This commit is contained in:
Leona Maroni
2025-09-12 11:17:46 +02:00
parent 5a9147739f
commit d8d4345836
+2 -2
View File
@@ -2,7 +2,7 @@
lib,
fetchurl,
fetchFromGitea,
buildGoModule,
buildGo124Module,
nixosTests,
}:
let
@@ -17,7 +17,7 @@ let
hash = "sha256-et1jguboadjJJdUpugmRvkAtpdfHxn4+ftXUH/hWTdE=";
};
in
buildGoModule rec {
buildGo124Module rec {
inherit version;
pname = repo;