flake: remove libartiq-support leftover

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

View File

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