mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-08-03 11:10:29 +02:00
nit(nix/shell): use single packages attribute
See: https://github.com/TagStudioDev/TagStudio/pull/1415#issuecomment-5152755256
This commit is contained in:
+6
-8
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user