use the nix repository again

nix-rust/nix#1097 is merged so it does what we need now.
This commit is contained in:
Scott Lamb
2019-07-20 16:13:12 -07:00
parent 81ae879ac6
commit 79ac89dc7c
3 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ libpasta = "0.1.0-rc2"
log = "0.4"
lru-cache = "0.1"
mylog = { git = "https://github.com/scottlamb/mylog" }
nix = { git = "https://github.com/scottlamb/nix", branch = "moonfire" }
nix = { git = "https://github.com/nix-rust/nix" }
odds = { version = "0.3.1", features = ["std-vec"] }
openssl = "0.10"
parking_lot = { version = "0.9", features = [] }