Skip to content

refactor(nix): split flake.nix using flake-parts #1681

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
3 changes: 3 additions & 0 deletions .envrc.recommended
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
watch_file nix/devShells.nix

use flake
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ __pycache__/
result*
.env-local
.history
.envrc
.direnv


#IDE
Expand All @@ -25,3 +27,6 @@ result*

db/schema.sql
common-nix.vars.pkr.hcl

# pre-commit config is managed in nix
.pre-commit-config.yaml
119 changes: 117 additions & 2 deletions flake.lock

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

Loading