summaryrefslogtreecommitdiff
path: root/lib/config.nix
blob: a0f7ea0dfa36df0f4444999b2f58ef4e7066a8b9 (plain)
1
2
3
4
5
6
7
8
{
  allowUnfree = true;
  allowBroken = true;
  allowUnsupportedSystem = true;
  permittedInsecurePackages = [
    "electron-13.6.9"
  ];
}