Commit 079786c4c917

Vincent Demeester <vincent@sbr.pm>
2026-06-18 13:49:49
fix(overlay): bump cosign Go builder to 1.26
cosign 3.1.1 requires go >= 1.26.0, updated overlay from buildGo1258Module to buildGo126Module.
1 parent 6db9b4f
Changed files (1)
overlays
overlays/default.nix
@@ -73,7 +73,7 @@ in
     };
 
     cosign = prev.cosign.override {
-      buildGoModule = final.buildGo1258Module;
+      buildGoModule = final.buildGo126Module;
     };
 
     # Use feishin from master with mpv-unwrapped to avoid wrapper breakage