From 6078744ea925cb4c2bcbf43449b8641956ed2d96 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Fri, 13 Feb 2026 12:01:12 +0100 Subject: [PATCH] ripe-atlas-tools: move env variable(s) into env for structuredAttrs --- pkgs/by-name/ri/ripe-atlas-tools/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ri/ripe-atlas-tools/package.nix b/pkgs/by-name/ri/ripe-atlas-tools/package.nix index ba682025e732..ad8193e286fe 100644 --- a/pkgs/by-name/ri/ripe-atlas-tools/package.nix +++ b/pkgs/by-name/ri/ripe-atlas-tools/package.nix @@ -85,7 +85,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { "tests/test_docs.py" ]; - HOME = "$TMPDIR"; # for cache generation. + env.HOME = "$TMPDIR"; # for cache generation. # Necessary because it confuse the tests when it does "from ripe.atlas.sagan import X" # version.py is used by Sphinx tests.