mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-29 07:21: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("Moved")
|
||||||
|
|
||||||
print("Downloading the template of the new NixOS configuration")
|
print("Downloading the template of the new NixOS configuration")
|
||||||
subprocess.check_output(
|
# subprocess.check_output(
|
||||||
[
|
# [
|
||||||
"mkdir",
|
# "mkdir",
|
||||||
"/etc/nixos",
|
# "/etc/nixos",
|
||||||
]
|
# ]
|
||||||
)
|
# )
|
||||||
|
|
||||||
archive_url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-template/archive/master.tar.gz"
|
archive_url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-template/archive/master.tar.gz"
|
||||||
temp_dir = tempfile.mkdtemp()
|
temp_dir = tempfile.mkdtemp()
|
||||||
|
|
Loading…
Reference in a new issue