From 2bbce478770acc5084844359eb2cd7861a2cce2d Mon Sep 17 00:00:00 2001 From: Danny Piper Date: Sat, 28 Dec 2024 19:08:25 +0000 Subject: [PATCH] chore: use qt6 --- shell.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index f97503027..5315170d0 100644 --- a/shell.nix +++ b/shell.nix @@ -7,8 +7,9 @@ bash curl git + qtcreator - # Test + # Debug / Test valgrind gdb @@ -17,7 +18,9 @@ # Libraries openssl - libsForQt5.full protobuf + qt6.qtbase + qt6.full + qt6.wrapQtAppsHook ]; }