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