From 244e41091f2c886b3d256efb4e2336ed6f4e7c3b Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Sat, 14 Feb 2026 13:43:22 +0100 Subject: [PATCH] python3Packages.nix-prefetch-github: move env variable(s) into env for structuredAttrs --- pkgs/development/python-modules/nix-prefetch-github/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/nix-prefetch-github/default.nix b/pkgs/development/python-modules/nix-prefetch-github/default.nix index ae1d3c35eac2..d4aed2d8de0d 100644 --- a/pkgs/development/python-modules/nix-prefetch-github/default.nix +++ b/pkgs/development/python-modules/nix-prefetch-github/default.nix @@ -47,7 +47,7 @@ buildPythonPackage rec { sphinxRoot = "docs"; # ignore tests which are impure - DISABLED_TESTS = "network requires_nix_build"; + env.DISABLED_TESTS = "network requires_nix_build"; meta = { description = "Prefetch sources from github";