fixing the environment containing a bad variable
This commit is contained in:
parent
9d0b89300a
commit
8ec7c16e20
2 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,7 @@ mkShell rec {
|
|||
];
|
||||
|
||||
RUST_BACKTRACE = 1;
|
||||
QT_SCALE_FACTOR = 1;
|
||||
# This creates the proper qt env so that plugins are found right.
|
||||
shellHook = ''
|
||||
setQtEnvironment=$(mktemp --suffix .setQtEnvironment.sh)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue