feat: add NixOS configuration with direnv support

- Add flake.nix with dev shell
- Add NixOS module for Azion runtime config
- Add direnv .envrc for auto-activation
- Update .gitignore with .p*, result, .worktrees/, docs/, .direnv/
This commit is contained in:
2026-04-30 07:38:01 +02:00
parent f22a25ce46
commit 8770e60c93
6 changed files with 631 additions and 0 deletions

5
.gitignore vendored
View File

@@ -2,3 +2,8 @@ node_modules
dist
.env
*.local
.worktrees/
.p*
result
docs/
.direnv/