cloudflared: fix cross compilation
This commit is contained in:
parent
a04f8743c7
commit
8a2c001038
@ -2144,7 +2144,7 @@ with pkgs;
|
||||
cloudflared = callPackage ../applications/networking/cloudflared {
|
||||
# https://github.com/cloudflare/cloudflared/issues/1151#issuecomment-1888819250
|
||||
buildGoModule = buildGoModule.override {
|
||||
go = go_1_22.overrideAttrs {
|
||||
go = buildPackages.go_1_22.overrideAttrs {
|
||||
pname = "cloudflare-go";
|
||||
version = "1.22.2-devel-cf";
|
||||
src = fetchFromGitHub {
|
||||
|
Loading…
Reference in New Issue
Block a user