add Rust shell

This commit is contained in:
2025-04-17 12:00:50 +02:00
parent 24bb4f8b89
commit 405de7f26e
4 changed files with 61 additions and 46 deletions

View File

@ -45,11 +45,11 @@ pkgs.mkShell {
nativeBuildInputs = [ pkgs.libsForQt5.qt5.wrapQtAppsHook ];
shellHook = ''
wrapQtAppsHook
mkdir -p $HOME/DDT4ALL
cp -r $src/bin/* $HOME/DDT4ALL
cd $HOME/DDT4ALL
wrapQtAppsHook
python main.py
exit