mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-07-06 04:09:57 +00:00
nit(nix): move pyright from buildInputs to nativeBuildInputs
See: https://discourse.nixos.org/t/use-buildinputs-or-nativebuildinputs-for-nix-shell/8464/2
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user