Skip to content

Commit

Permalink
nix: added flake and derivation for the project
Browse files Browse the repository at this point in the history
Signed-off-by: markoburcul <marko@status.im>
  • Loading branch information
markoburcul committed Nov 19, 2024
1 parent ddf956e commit 8317ba0
Show file tree
Hide file tree
Showing 7 changed files with 3,329 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ 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
# Commented since for nix derivation we need the Cargo.lock file.
# Cargo.lock

# If built with Nix, the target with be within result directory.
result/

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading

0 comments on commit 8317ba0

Please sign in to comment.