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 419da48
Show file tree
Hide file tree
Showing 7 changed files with 5,363 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[build]
rustflags = []

[unstable]
features = ["unstable-options"]

[source.crates-io]
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"
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 419da48

Please sign in to comment.