mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-03 20:12:11 +00:00
Migrate to ruff
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
{pkgs ? import <nixpkgs> {}}: let
|
||||
python = pkgs.python312.withPackages (ps:
|
||||
python = pkgs.python311.withPackages (ps:
|
||||
with ps; [
|
||||
guessit
|
||||
aiohttp
|
||||
jsons
|
||||
watchfiles
|
||||
black
|
||||
]);
|
||||
dotnet = with pkgs.dotnetCorePackages;
|
||||
combinePackages [
|
||||
@@ -20,8 +19,9 @@ in
|
||||
nodePackages.eas-cli
|
||||
nodePackages.expo-cli
|
||||
dotnet
|
||||
# csharpier
|
||||
# python
|
||||
csharpier
|
||||
python
|
||||
ruff
|
||||
go
|
||||
wgo
|
||||
mediainfo
|
||||
|
||||
Reference in New Issue
Block a user