From 7d2135c1f7663bb3a339a36fd11bbaa6b56af619 Mon Sep 17 00:00:00 2001 From: Xarvex Date: Sat, 1 Aug 2026 13:30:46 -0500 Subject: [PATCH] nit(nix/shell): use single packages attribute See: https://github.com/TagStudioDev/TagStudio/pull/1415#issuecomment-5152755256 --- nix/shell.nix | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/nix/shell.nix b/nix/shell.nix index 6849fa11..b55cf49f 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -73,19 +73,17 @@ let }; in pkgs.mkShellNoCC { - nativeBuildInputs = with pkgs; [ + packages = [ + python3Wrapped + ] + ++ (with pkgs; [ coreutils + ffmpeg-headless + ripgrep uv pyright ruff - ]; - buildInputs = [ - python3Wrapped - ] - ++ (with pkgs; [ - ffmpeg-headless - ripgrep ]); env = {