Skip to content

Commit

Permalink
Add nix flake and upgrade deps
Browse files Browse the repository at this point in the history
This commit adds a nix flake for local developemtn and upgrades
dependencies.

Signed-off-by: Nick Gerace <[email protected]>
  • Loading branch information
nickgerace committed Dec 9, 2024
1 parent c5362af commit 2a542b4
Show file tree
Hide file tree
Showing 6 changed files with 572 additions and 199 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake .
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
**/target/
**/*.rs.bk
**/.vs/
**/.vscode/
**/.DS_Store
**/.direnv
**/.idea/
**/.vs/
**/.vscode/
**/target/
Loading

0 comments on commit 2a542b4

Please sign in to comment.