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
];
buildInputs =
[
todds
steamfiles
]
++ builtins.attrValues {
inherit (python3Packages)
beautifulsoup4
certifi
chardet
imageio
loguru
lxml
msgspec
natsort
networkx
packaging
platformdirs
psutil
pygit2
pygithub
pyperclip
pyside6
requests
sqlalchemy
steam
toposort
watchdog
xmltodict
steamworkspy
;
};
buildInputs = [
todds
steamfiles
]
++ builtins.attrValues {
inherit (python3Packages)
beautifulsoup4
certifi
chardet
imageio
loguru
lxml
msgspec
natsort
networkx
packaging
platformdirs
psutil
pygit2
pygithub
pyperclip
pyside6
requests
sqlalchemy
steam
toposort
watchdog
xmltodict
steamworkspy
;
};
dontBuild = true;