mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-08 22:18:01 -05:00
nix: use rust tooling from rust-overlay for builds
Noticed the builds in `nix/default.nix` were not using the tooling from `rust-overlay` but instead using older one from `pkgs`. This also removes the need to compile LLVM before building Zerokit. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -11,7 +11,7 @@ debug/
|
||||
target/
|
||||
|
||||
# Generated by Nix
|
||||
result/
|
||||
result
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
||||
Reference in New Issue
Block a user