* flake: use allowBuiltInFetchGit to prevent narHash reproducibility issues using the builtin fetcher allows fetching git dependencies with only the ref and without storing the narHash for the fixed-output-derivation * gitignore: add nix result symlinks
12 lines
183 B
Plaintext
12 lines
183 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
.vscode/
|
|
|
|
# Ignore build results from Nix
|
|
*result*
|