summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-12 17:46:46 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-12 17:53:28 +0100
commit002861bb572de737edab426a456163268afe1e7e (patch)
treeb9ff5537df360898e5a0d596308e3d696b03387a
parent076fc3ad3158bdf0b04374570dfaa30fd0aaf9a9 (diff)
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.
-rw-r--r--pkgs/top-level/release-python.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/release-python.nix b/pkgs/top-level/release-python.nix
index d1baf51745c7..ec5255362bcc 100644
--- a/pkgs/top-level/release-python.nix
+++ b/pkgs/top-level/release-python.nix
@@ -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