···66 # A funny little hack to make sure that *everything* is permitted
77 allowUnfreePredicate = _: true;
8899- # I don't really need pkgs.pkgsRocm and so on
99+ # I don't really need pkgs.pkgsRocm and so on. as it turns out i do want to
1010+ # use pkgs.pkgsCuda
1011 # this list also does not include actually useful sets like pkgsi686Linux
1112 # however this can also break some packages from building
1212- allowVariants = false;
1313+ allowVariants = true;
13141415 # If a package is broken, I don't want it
1516 allowBroken = false;
···1819 # to take their sweet time updating it
1920 permittedInsecurePackages = [ ];
20212121- # I allow packages that are not supported by my system
2222- # since I sometimes need to try and build those packages that are not directly supported
2323- allowUnsupportedSystem = true;
2222+ # do not allow building packages for unsuppoted systems. they are
2323+ # unsupported for a reason. it can also cause side effects with cuda
2424+ # packages
2525+ allowUnsupportedSystem = false;
24262527 # I don't want to use aliases for packages, usually because its slow
2628 # and also because it can get confusing