Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add a nix flake that sets up a development environment (via devenv) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Apr 27, 2023
1 parent 486c059 commit 6b2f2bd
Show file tree
Hide file tree
Showing 4 changed files with 484 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ _trial_temp*/
.DS_Store
__pycache__/

# We do want the poetry and cargo lockfile.
# We do want poetry, cargo and flake lockfiles.
!poetry.lock
!Cargo.lock
!flake.lock

# stuff that is likely to exist when you run a server locally
/*.db
Expand All @@ -38,6 +39,9 @@ __pycache__/
/.envrc
.direnv/

# For nix/devenv users
.devenv/

# IDEs
/.idea/
/.ropeproject/
Expand Down
1 change: 1 addition & 0 deletions changelog.d/15495.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a Nix flake for use as a development environment.
274 changes: 274 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6b2f2bd

Please sign in to comment.