summary refs log tree commit diff
path: root/config.nix
blob: cac8257cb6005d9442f6659c3f4d210749386ac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  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"

    # no direct vulnerabilities but electron version is depercated,
    # should be fine.
    "beekeeper-studio-5.5.5"
  ];
}