Skip to content

Commit

Permalink
add flake.nix and enable dependency locking
Browse files Browse the repository at this point in the history
  • Loading branch information
keinsell committed Jan 24, 2025
1 parent 9c8dfbf commit bb9341c
Show file tree
Hide file tree
Showing 7 changed files with 5,325 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build]
rustflags = ["-Z", "unstable-options"]

[unstable]
rustc = "nightly"
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,4 @@ devenv.local.nix
# Enable persistance of database defs
!.idea/dataSources.xml
/debug.log
!Cargo.lock
Loading

0 comments on commit bb9341c

Please sign in to comment.