diff --git a/flake.nix b/flake.nix index 5330d31..93f9890 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ glslang ]; LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs; - # RUSTFLAGS = "-Zthreads=8"; (causes rustc to ICE) + RUSTFLAGS = "-Zthreads=8"; # (may cause rustc to ice?) MANGOHUD_DLSYM = "1"; # mangohud glium fix }; });