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