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 = {