mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 04:01:27 +00:00
fix: do not create /etc/nixos
This commit is contained in:
parent
ec9a05a092
commit
240391e62d
|
@ -74,12 +74,12 @@ class MigrateToFlakes(Migration):
|
|||
print("Moved")
|
||||
|
||||
print("Downloading the template of the new NixOS configuration")
|
||||
subprocess.check_output(
|
||||
[
|
||||
"mkdir",
|
||||
"/etc/nixos",
|
||||
]
|
||||
)
|
||||
# subprocess.check_output(
|
||||
# [
|
||||
# "mkdir",
|
||||
# "/etc/nixos",
|
||||
# ]
|
||||
# )
|
||||
|
||||
archive_url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-template/archive/master.tar.gz"
|
||||
temp_dir = tempfile.mkdtemp()
|
||||
|
|
Loading…
Reference in a new issue