nit(nix/shell): use single packages attribute

See: https://github.com/TagStudioDev/TagStudio/pull/1415#issuecomment-5152755256
This commit is contained in:
Xarvex
2026-08-01 13:30:46 -05:00
parent 6177befebb
commit 7d2135c1f7
+6 -8
View File
@@ -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 = {