Skip to content

Commit

Permalink
nix: add Nix flake
Browse files Browse the repository at this point in the history
Add the Nix flake machinery for developing using Nix tooling.

This requires that the following are added:
- Cargo.lock
- rust-toolchain

To ensure that versions are pinned.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
  • Loading branch information
FintanH committed Mar 13, 2024
1 parent b4ca7f3 commit a37a40e
Show file tree
Hide file tree
Showing 7 changed files with 1,689 additions and 1 deletion.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
target
.vscode
tags
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading

0 comments on commit a37a40e

Please sign in to comment.