Closed apenzk closed 2 months ago
Introduces nix flake
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.
proc-macro crate build data is missing dylib path
Nix is able to resolve this
Adds flake.nix. Start using
flake.nix
nix develop code .
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