nix flake support!
This commit is contained in:
parent
e28a69d29e
commit
6cf826f936
4 changed files with 363 additions and 6 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -2,10 +2,6 @@
|
|||
# will have compiled files and executables
|
||||
/target/
|
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||
Cargo.lock
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
||||
|
@ -26,5 +22,3 @@ Cargo.lock
|
|||
#
|
||||
# already existing elements were commented out
|
||||
|
||||
#/target
|
||||
/Cargo.lock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue