aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9f9c202..1d6b5a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,4 +30,4 @@ default = []
async = ["tokio"]
[patch.crates-io]
-nix = { path = "../src/nix" }
+nix = { git = "https://github.com/nix-rust/nix" }