flake: cleanup

This commit is contained in:
Sebastien Bourdeauducq 2022-11-18 18:12:38 +08:00
parent 66daf3368e
commit f930b86dbe
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@
sphinx-argparse sphinxcontrib-wavedrom latex-artiq-manual
];
shellHook = ''
export QT_PLUGIN_PATH=${pkgs.qt5.qtbase}/${pkgs.qt5.qtbase.dev.qtPluginPrefix}
export QT_PLUGIN_PATH=${pkgs.qt5.qtbase}/${pkgs.qt5.qtbase.dev.qtPluginPrefix}
export QML2_IMPORT_PATH=${pkgs.qt5.qtbase}/${pkgs.qt5.qtbase.dev.qtQmlPrefix}
'';
};