Skip to content

Instantly share code, notes, and snippets.

@papertigers
Created April 12, 2019 05:54
Show Gist options
  • Save papertigers/9e4d3244cdb17548a3f289dd344e1aa8 to your computer and use it in GitHub Desktop.
Save papertigers/9e4d3244cdb17548a3f289dd344e1aa8 to your computer and use it in GitHub Desktop.
illumos build fd-find
diff --git a/Cargo.toml b/Cargo.toml
index 11ec364..2a0d20e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,3 +59,7 @@ filetime = "0.2.1"
[profile.release]
lto = true
codegen-units = 1
+
+[patch.crates-io]
+nix = { git = "https://github.com/papertigers/nix", branch = "mz-illumos" }
+ctrlc = { git = "https://github.com/papertigers/rust-ctrlc", branch = "mz-illumos" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment