From 385aaf0a3f919838204d65fb96b7dafc5a5ced54 Mon Sep 17 00:00:00 2001 From: lizzie Date: Tue, 28 Oct 2025 06:52:00 +0000 Subject: [PATCH] fix nix shell Signed-off-by: lizzie --- shell.nix | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/shell.nix b/shell.nix index 549c91959d..3c91286738 100644 --- a/shell.nix +++ b/shell.nix @@ -9,11 +9,15 @@ pkgs.mkShellNoCC { # libraries openssl boost fmt nlohmann_json lz4 zlib zstd enet libopus vulkan-headers vulkan-utility-libraries - spirv-tools spirv-headers simpleini vulkan-memory-allocator - vulkan-loader unzip mbedtls glslang python3 httplib - cpp-jwt ffmpeg-headless libusb1 cubeb - qt6.full # eden - SDL2 # eden-cli - discord-rpc gamemode # optional components + spirv-tools spirv-headers vulkan-loader unzip mbedtls + glslang python3 httplib cpp-jwt ffmpeg-headless + libusb1 cubeb + # eden + qt6.qtbase qt6.qtmultimedia qt6.qtwayland qt6.qttools + qt6.qtwebengine qt6.qt5compat + # eden-cli + SDL2 + # optional components + discord-rpc gamemode ]; } \ No newline at end of file