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:
Jakub Sokołowski
2025-05-27 20:17:18 +02:00
parent 4133f1f8c3
commit 19c0f551c8
4 changed files with 28 additions and 10 deletions

2
.gitignore vendored
View File

@@ -11,7 +11,7 @@ debug/
target/
# Generated by Nix
result/
result
# These are backup files generated by rustfmt
**/*.rs.bk