python: fix venv creation#442540
Merged
Merged
OfBorg / python, python.passthru.tests on x86_64-linux
skipped
Oct 3, 2025
No attempt
The following builds were skipped because they don't evaluate on x86_64-linux: python, python.passthru.tests
Details
Partial log
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
‘python-2.7.18.12’ to `permittedInsecurePackages` in
~/.config/nixpkgs/config.nix, like so:
{
permittedInsecurePackages = [
"python-2.7.18.12"
];
}
Loading