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