mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-09 20:53:10 +00:00
style: blacked
This commit is contained in:
parent
81d082ff2a
commit
ac07090784
|
@ -23,7 +23,8 @@ def delete_old_gens_and_return_dead_report() -> str:
|
|||
subprocess.run(
|
||||
[
|
||||
"nix-env",
|
||||
"-p", "/nix/var/nix/profiles/system",
|
||||
"-p",
|
||||
"/nix/var/nix/profiles/system",
|
||||
"--delete-generations",
|
||||
"old",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue