nix: add the python env to check inputs

The tests now require Python so the env should be added to the check
inputs, otherwise the build fails.
This commit is contained in:
Attila Oláh
2026-07-19 10:29:46 +02:00
parent a6d0a6c4a7
commit e93d574e13
+2
View File
@@ -42,6 +42,8 @@
gmp
];
checkInputs = [pythonEnv];
# Use x86-64-v3 (AVX2) for a portable binary; override with ARCH=native for local builds
ARCH = "x86-64-v3";