Commit 31286b3
fix: make nix dependency Unix-only for Windows compilation (#68)
The nix crate is Unix-only and was listed as an unconditional dependency
in the cli Cargo.toml, preventing compilation on Windows. The actual
usage in main.rs is already gated behind #[cfg(unix)], so this just
moves the dep to [target.'cfg(unix)'.dependencies] to match.
Co-authored-by: nullislander <nullislander@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 97a7316 commit 31286b3
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
0 commit comments