release-python.nix: remove dreamed-up config option

For some reason I had the impression this option existed, but it doesn't.

Sadly `nixpkgs.config` is a freeform type attrset, that wouldn't even
bark at me, so I didn't notice this will testing.
This commit is contained in:
Martin Weinelt 2023-12-12 17:46:46 +01:00
parent 076fc3ad31
commit 002861bb57
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -11,7 +11,6 @@
, # Attributes passed to nixpkgs. Don't build packages marked as unfree.
nixpkgsArgs ? { config = {
allowUnfree = false;
allowInsecure = false;
inHydra = true;
permittedInsecurePackages = [
# Keep evaluating home-assistant, which is transitively affected