Commit 608bce3f authored by Martino Fontana's avatar Martino Fontana
Browse files

butler: build with go_1_20

parent 75a52265
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1708,6 +1708,7 @@ with pkgs;
  butler = callPackage ../games/itch/butler.nix {
    inherit (darwin.apple_sdk.frameworks) Cocoa;
    buildGoModule = buildGo120Module;
  };
  carbon-now-cli = callPackage ../tools/typesetting/carbon-now-cli { };