Skip to content

Commit

Permalink
chore: add Nix flake and Nix dev shell using flakebox
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Oct 17, 2024
1 parent 15de577 commit a2666b2
Show file tree
Hide file tree
Showing 5 changed files with 397 additions and 0 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
target/
config.toml
/result
/.direnv
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ members = [

# See: https://github.com/rust-lang/rust/issues/90148#issuecomment-949194352
resolver = "2"

[workspace.package]
version = "0.5.0-alpha"

[workspace.metadata.crane]
name = "pkarr"

311 changes: 311 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a2666b2

Please sign in to comment.