Skip to content

Commit

Permalink
Merge pull request #88 from dpc/24-10-17-nixify
Browse files Browse the repository at this point in the history
chore: add Nix flake and Nix dev shell using flakebox
  • Loading branch information
Nuhvi authored Oct 25, 2024
2 parents 15de577 + a2666b2 commit 2ef810b
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 2ef810b

Please sign in to comment.