rimsort: run nixfmt (#428195)

This commit is contained in:
zowoq 2025-07-25 11:36:10 +10:00 committed by GitHub
commit fa37714856
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,38 +72,37 @@ stdenv.mkDerivation {
makeBinaryWrapper makeBinaryWrapper
]; ];
buildInputs = buildInputs = [
[ todds
todds steamfiles
steamfiles ]
] ++ builtins.attrValues {
++ builtins.attrValues { inherit (python3Packages)
inherit (python3Packages) beautifulsoup4
beautifulsoup4 certifi
certifi chardet
chardet imageio
imageio loguru
loguru lxml
lxml msgspec
msgspec natsort
natsort networkx
networkx packaging
packaging platformdirs
platformdirs psutil
psutil pygit2
pygit2 pygithub
pygithub pyperclip
pyperclip pyside6
pyside6 requests
requests sqlalchemy
sqlalchemy steam
steam toposort
toposort watchdog
watchdog xmltodict
xmltodict steamworkspy
steamworkspy ;
; };
};
dontBuild = true; dontBuild = true;