diff options
| author | K900 <me@0upti.me> | 2023-09-12 14:48:08 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-12 14:48:08 +0300 |
| commit | 8197335eee3f5e7cef396ac1bece1f148e5ccaaa (patch) | |
| tree | 067f610a6cf9e0cae3a3e4a26051f908275e6554 /utils | |
| parent | 9eb71a5b0bd9a77ca81534fc51126db66dba25d8 (diff) | |
Enable mount feature for Nix
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 4db7377..6fac1a1 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = { version = "1.0.75", features = ["backtrace"] } -nix = { version = "0.27.1", features = ["process"] } +nix = { version = "0.27.1", features = ["mount", "process"] } log = "0.4.20" kernlog = "0.3.1" clap = { version = "4.1.4", features = ["derive"] } |
