updating flake and todo

This commit is contained in:
Chris Cochrun 2025-08-06 09:13:35 -05:00
parent e52cc3eb29
commit 8de473519b
4 changed files with 12 additions and 6 deletions

View file

@ -33,6 +33,7 @@
])
rust-analyzer
qt6.wrapQtAppsHook
sccache
];
bi = with pkgs; [
@ -117,6 +118,7 @@
makeQtWrapper "/bin/sh" "$setQtEnvironment" "''${qtWrapperArgs[@]}"
sed "/^exec/d" -i "$setQtEnvironment"
source "$setQtEnvironment"
export QMAKE=${pkgs.qt6.full}/bin/qmake
'';
# shellHook = ''
# export CMAKE_PREFIX_PATH="${pkgs.qt6.full}/lib/cmake/Qt6:$CMAKE_PREFIX_PATH"