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

Add a nix flake that sets up a development environment (via devenv) #15495

Merged
merged 6 commits into from
Apr 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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