This commit is contained in:
Chris Cochrun 2023-06-28 16:11:06 -05:00
parent 13a3c6b8eb
commit 56b9cca532

View file

@ -60,7 +60,7 @@ mkShell rec {
# }; # };
RUST_BACKTRACE = 1; RUST_BACKTRACE = 1;
LIBCLANG_PATH="${llvmPackages.libclang.lib}/lib"; LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
# QT_SCALE_FACTOR = 1; # QT_SCALE_FACTOR = 1;
# This creates the proper qt env so that plugins are found right. # This creates the proper qt env so that plugins are found right.
shellHook = '' shellHook = ''