docs: Add debugging.md and repo-layout.md guides

This commit is contained in:
Qubasa
2025-01-09 01:19:24 +01:00
committed by Mic92
parent dbf0426e65
commit 3d0b2948f3
8 changed files with 234 additions and 126 deletions

View File

@@ -92,6 +92,7 @@ def list_nixos_machines(flake_url: str | Path) -> list[str]:
"--json",
]
)
proc = run_no_stdout(cmd)
try: