Attempt to fix compilation error on Macos
Some checks failed
/ rust-packages (push) Failing after 1m2s
/ dev-shell (push) Successful in 53s
/ check (push) Failing after 1m17s
/ terraform-providers (push) Successful in 21s
/ systems (push) Successful in 1m38s

This commit is contained in:
Kaare Hoff Skovgaard 2025-07-10 20:57:01 +02:00
parent 459b45ccc5
commit 12ab4ce918
Signed by: khs
GPG key ID: C7D890804F01E9F0
3 changed files with 60 additions and 12 deletions

View file

@ -9,6 +9,6 @@ anyhow = { workspace = true }
clap = { workspace = true }
common = { path = "../../lib/common" }
log = { workspace = true }
nix = { workspace = true }
nix = { workspace = true, features = ["env", "process"] }
serde = { workspace = true }
hakari = { version = "0.1", path = "../../lib/hakari" }