From 65d93a70cb47d2d4e22f683488b4d536f00d12a5 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Sat, 14 Feb 2026 12:19:40 +0100 Subject: [PATCH] ghciwatch: move env variable(s) into env for structuredAttrs --- pkgs/by-name/gh/ghciwatch/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/gh/ghciwatch/package.nix b/pkgs/by-name/gh/ghciwatch/package.nix index 55c66944929a..9fe7f3455ac3 100644 --- a/pkgs/by-name/gh/ghciwatch/package.nix +++ b/pkgs/by-name/gh/ghciwatch/package.nix @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-kH5YTadpaUXDma+7SfBJxrOIsd9Gm0EU3MfhFmQ3U80="; # integration tests are not run but the macros need this variable to be set - GHC_VERSIONS = ""; + env.GHC_VERSIONS = ""; checkFlags = "--test \"unit\""; meta = {