Skip to content

Commit

Permalink
Nix Flake adn DirEnv support added
Browse files Browse the repository at this point in the history
  • Loading branch information
ierturk committed Jun 9, 2024
1 parent c312c02 commit 37b62d0
Show file tree
Hide file tree
Showing 8 changed files with 3,320 additions and 2 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
**/*.rs.bk
.#*
.gdb_history
Cargo.lock
target/

.cargo-ok
.cargo-ok

.direnv/
4 changes: 4 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"recommendations": [
"rust-lang.rust-analyzer",
"tamasfe.even-better-toml",
"jnoortheen.nix-ide",
"mkhl.direnv",
"probe-rs.probe-rs-debugger",
"Slint.slint"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
Expand Down
Loading

0 comments on commit 37b62d0

Please sign in to comment.