mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-12 01:23:49 +00:00
style: blacked
This commit is contained in:
parent
81d082ff2a
commit
ac07090784
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ def delete_old_gens_and_return_dead_report() -> str:
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
[
|
[
|
||||||
"nix-env",
|
"nix-env",
|
||||||
"-p", "/nix/var/nix/profiles/system",
|
"-p",
|
||||||
|
"/nix/var/nix/profiles/system",
|
||||||
"--delete-generations",
|
"--delete-generations",
|
||||||
"old",
|
"old",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue