fix: ci unformatted file

This commit is contained in:
Ev357 2025-08-22 22:03:56 +02:00 committed by Gavin John
parent d9fa25f613
commit 6f7706b134

View file

@ -159,7 +159,9 @@ def setup_combined() -> None:
write_json_file(dict(repos={}), manifest_path)
manifest_lib = "lib"
shutil.copytree(str(ROOT.joinpath("lib")), manifest_lib, symlinks=True, dirs_exist_ok=True)
shutil.copytree(
str(ROOT.joinpath("lib")), manifest_lib, symlinks=True, dirs_exist_ok=True
)
default_nix = "default.nix"
shutil.copy(ROOT.joinpath("default.nix"), default_nix)