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