From dfa9f0245aef416cf13ea325bc6dcb889e12f791 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Sat, 14 Feb 2026 12:20:06 +0100 Subject: [PATCH] rke2*: move env variable(s) into env for structuredAttrs --- pkgs/applications/networking/cluster/rke2/builder.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/rke2/builder.nix b/pkgs/applications/networking/cluster/rke2/builder.nix index 68fe28b50075..bb2381c8f9a0 100644 --- a/pkgs/applications/networking/cluster/rke2/builder.nix +++ b/pkgs/applications/networking/cluster/rke2/builder.nix @@ -75,7 +75,7 @@ buildGoModule (finalAttrs: { ]; # Passing boringcrypto to GOEXPERIMENT variable to build with goboring library - GOEXPERIMENT = "boringcrypto"; + env.GOEXPERIMENT = "boringcrypto"; # https://github.com/rancher/rke2/blob/104ddbf3de65ab5490aedff36df2332d503d90fe/scripts/build-binary#L27-L39 ldflags =