MystenLabs / mysticeti

Mysticeti: Low-Latency DAG Consensus with Fast Commit Path
Apache License 2.0
55 stars 28 forks source link

Feat/add flake nix #67

Closed apenzk closed 2 months ago

apenzk commented 2 months ago

What is this?

Introduces nix flake

Background

When developing locally with vscode, several files show errors due to analyzer issues. For example an error relating to proc-macro crate build data is missing dylib path.

Nix is able to resolve this

Fix

Adds flake.nix. Start using

nix develop
code .