mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
Add fs
feature to nix
dependency (#12702)
# Description Caught a compilation error using `cargo hack` -- `nu-utils` will not compile without the `fs` feature enabled for `nix`.
This commit is contained in:
parent
648486400c
commit
e83123dcca
@ -29,4 +29,4 @@ unicase = "2.7.0"
|
||||
crossterm_winapi = "0.9"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
nix = { workspace = true, default-features = false, features = ["user"] }
|
||||
nix = { workspace = true, default-features = false, features = ["user", "fs"] }
|
||||
|
Loading…
Reference in New Issue
Block a user