diff options
Diffstat (limited to 'config.nix')
| -rw-r--r-- | config.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.nix b/config.nix index 92f5c7e..40942dc 100644 --- a/config.nix +++ b/config.nix @@ -2,4 +2,9 @@ allowUnfree = true; input-fonts.acceptLicense = true; android_sdk.accept_license = true; + + permittedInsecurePackages = [ + # see: https://github.com/mirrexagon/nixpkgs-esp-dev/issues/109 + "python3.13-ecdsa-0.19.1" + ]; } |
