nix/vm: init, nix/default: fix building
All checks were successful
Build and test / check (push) Successful in 1m24s
Build and test / build (push) Successful in 1m26s
Build and test / test (push) Successful in 2m0s
Build and test / docs (push) Successful in 3m54s

This commit is contained in:
2026-01-05 19:18:45 +09:00
parent 7d11f143b0
commit 8156fdea51
6 changed files with 91 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ pub struct Args {
async fn main() {
let args = Args::parse();
let mut conn = zlink::unix::connect("/run/roowho2/rwhod.varlink")
let mut conn = zlink::unix::connect("/run/roowho2/roowho2.varlink")
.await
.expect("Failed to connect to rwhod server");