diff --git a/modules/base/nixpkgs.nix b/modules/base/nixpkgs.nix index d2bc3f8d..0834ec98 100644 --- a/modules/base/nixpkgs.nix +++ b/modules/base/nixpkgs.nix @@ -10,7 +10,7 @@ # use pkgs.pkgsCuda # this list also does not include actually useful sets like pkgsi686Linux # however this can also break some packages from building - allowVariants = true; + allowVariants = false; # If a package is broken, I don't want it allowBroken = false;