From 9b1dc672a9becea4bf23c434a28cce1d83fa3f5e Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Wed, 1 Oct 2025 15:04:42 +0300 Subject: [PATCH] Update shell --- shell.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index ced1b6c..c47d186 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,13 @@ { pkgs ? import { } }: pkgs.mkShell { - buildInputs = - [ pkgs.cargo pkgs.rustc pkgs.webkitgtk pkgs.pkg-config pkgs.kdialog ]; + buildInputs = with pkgs; [ + cargo + rustc + rust-analyzer + pkg-config + libsForQt5.kdialog + libadwaita + gtk4 + ]; }