From 8197335eee3f5e7cef396ac1bece1f148e5ccaaa Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 12 Sep 2023 14:48:08 +0300 Subject: Enable mount feature for Nix --- utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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"] } -- cgit v1.2.3