ripe-atlas-tools: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-13 12:10:00 +01:00
parent ab8c354860
commit 6078744ea9
+1 -1
View File
@@ -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.