updating flake and todo
This commit is contained in:
parent
e52cc3eb29
commit
8de473519b
4 changed files with 12 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue