diff options
-rw-r--r-- | devShells/c.nix | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/devShells/c.nix b/devShells/c.nix index f1b98a3..e5ca0a6 100644 --- a/devShells/c.nix +++ b/devShells/c.nix @@ -45,13 +45,17 @@ pkgs.mkShell { SDL2 libffi.dev - # Qt - libsForQt5.qtbase - libsForQt5.qttranslations - libsForQt5.qtserialport - libsForQt5.qtwebsockets - libsForQt5.qtcharts - libsForQt5.qtwayland + # Qt6 + qt6.qttools + qt6.qtbase + qt6.qttranslations + qt6.qtserialport + qt6.qtwebsockets + qt6.qtcharts + qt6.qtsvg + qt6.qtnetworkauth + qt6.qtwayland + qt6.wrapQtAppsHook ]; meta.platforms = pkgs.lib.platforms.linux; } |