Created
April 12, 2019 05:54
-
-
Save papertigers/9e4d3244cdb17548a3f289dd344e1aa8 to your computer and use it in GitHub Desktop.
illumos build fd-find
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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