From 3e64e4a79d632279b6545b8cc0e7269e5654ecde Mon Sep 17 00:00:00 2001 From: Xarvex Date: Thu, 2 Jul 2026 14:13:15 -0500 Subject: [PATCH] nit(nix): move pyright from buildInputs to nativeBuildInputs See: https://discourse.nixos.org/t/use-buildinputs-or-nativebuildinputs-for-nix-shell/8464/2 --- nix/shell.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nix/shell.nix b/nix/shell.nix index 5a397a1f..65b5d9fe 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -1,7 +1,6 @@ # SPDX-FileCopyrightText: (c) TagStudio Contributors # SPDX-License-Identifier: GPL-3.0-only - { lib, pkgs, @@ -78,10 +77,10 @@ pkgs.mkShellNoCC { coreutils uv + pyright ruff ]; buildInputs = [ - pkgs.pyright python3Wrapped ] ++ (with pkgs; [