Migrated blog to mkdocs

This commit is contained in:
Qubasa
2024-05-16 15:08:24 +02:00
parent 0568608be6
commit 8762ee4420
15 changed files with 2453 additions and 56 deletions

View File

@@ -130,7 +130,7 @@ def flash_machine(
)
cmd = nix_shell(
["/home/lhebendanz/Projects/disko"],
["nixpkgs#disko"],
disko_install,
)
run(cmd, log=Log.BOTH, error_msg=f"Failed to flash {machine}")