feat: add nix packaging (#480)

* feat: add Nix flake and module for hermes-workspace deployment

* chore: modernize Nix build by migrating to generic nodejs/pnpm packages and adding direnv integration
This commit is contained in:
Mihir Rabade
2026-05-24 10:15:19 +10:00
committed by GitHub
parent b69aa347ad
commit 8e97068934
6 changed files with 535 additions and 0 deletions

5
.gitignore vendored
View File

@@ -1,3 +1,8 @@
# Nix build outputs
result
result-*
.direnv/
# Dependencies
node_modules
.pnp