python-3.12-ecdsa: permit insecure package
This commit is contained in:
parent
96bb02b76f
commit
52e00bbadd
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue