Skip to content

Commit

Permalink
chore: Setup flake devenv
Browse files Browse the repository at this point in the history
  • Loading branch information
bcyran committed Jul 22, 2024
1 parent bbbff38 commit fac2dd6
Show file tree
Hide file tree
Showing 4 changed files with 504 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
watch_file flake.nix
watch_file flake.lock
use flake . --impure
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,9 @@ cython_debug/
#.idea/

# End of https://www.toptal.com/developers/gitignore/api/python
# Devenv
.devenv*
devenv.local.nix

# direnv
.direnv
Loading

0 comments on commit fac2dd6

Please sign in to comment.