Skip to content

Commit 1170690

Browse files
authored
cloudflared: fix cross compilation (#359897)
2 parents db00b7e + 8a2c001 commit 1170690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2148,7 +2148,7 @@ with pkgs;
21482148
cloudflared = callPackage ../applications/networking/cloudflared {
21492149
# https://github.com/cloudflare/cloudflared/issues/1151#issuecomment-1888819250
21502150
buildGoModule = buildGoModule.override {
2151-
go = go_1_22.overrideAttrs {
2151+
go = buildPackages.go_1_22.overrideAttrs {
21522152
pname = "cloudflare-go";
21532153
version = "1.22.2-devel-cf";
21542154
src = fetchFromGitHub {

0 commit comments

Comments
 (0)