move nix to non windows

This commit is contained in:
Akarshan 2025-08-07 21:21:47 +05:30
parent 9285714345
commit 0b7477ea56
No known key found for this signature in database
GPG Key ID: D75C9634A870665F

View File

@ -59,6 +59,8 @@ sha2 = "0.10.9"
base64 = "0.22.1"
libloading = "0.8.7"
thiserror = "2.0.12"
[target.'cfg(not(windows))'.dependencies]
nix = "=0.30.1"
[target.'cfg(windows)'.dependencies]