Skip to content

Commit 8e83147

Browse files
jordanisaacssunfishcode
authored andcommitted
add flake
1 parent dda6983 commit 8e83147

File tree

5 files changed

+1250
-15
lines changed

5 files changed

+1250
-15
lines changed

.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use flake

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.63"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[workspace]
17-
exclude = []
17+
exclude = ["/flake.*", ".envrc"]
1818
members = [ "io-uring-test", "io-uring-bench" ]
1919

2020
[features]

0 commit comments

Comments
 (0)