python-3.12-ecdsa: permit insecure package

This commit is contained in:
Trolli Schmittlauch 2025-11-02 17:55:48 +01:00
parent 96bb02b76f
commit 52e00bbadd

View file

@ -11,6 +11,8 @@
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [
# (temporarily) permit the usage of libolm # (temporarily) permit the usage of libolm
"olm-3.2.16" "olm-3.2.16"
# dependency of pynitrokey
"python3.12-ecdsa-0.19.1"
]; ];
# List packages installed in system profile. # List packages installed in system profile.