fix: ci unformatted file
This commit is contained in:
parent
d9fa25f613
commit
6f7706b134
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue