🐛 Update the target for the nix crate

I'm a silly little goose and forger 💀  it before
This commit is contained in:
Malted 2023-06-10 17:56:12 +01:00 committed by Ben
parent ba22ebc79f
commit 1ec7ea7d3c

View file

@ -14,5 +14,5 @@ clap = { version = "4.3.2", features = ["derive"] }
[target.'cfg(target_os = "linux")'.dependencies] [target.'cfg(target_os = "linux")'.dependencies]
caps = "0.5.5" caps = "0.5.5"
[target.'cfg(target_os = "macos")'.dependencies] [target.'cfg(target_vendor = "apple")'.dependencies]
nix = { version = "0.26.2" } nix = { version = "0.26.2" }