Misc fixes

This commit is contained in:
Geoffrey Frogeye 2024-05-08 13:24:03 +02:00
parent c770380328
commit cc46352873
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 2 additions and 3 deletions

View file

@ -47,8 +47,7 @@ def process_flake(flake: str) -> None:
"--extra-experimental-features",
"flakes",
"flake",
"lock",
"--update-input",
"update",
dep_name,
]
p = subprocess.run(cmd, cwd=dir)