feat(nix): add devShell with fj and Node.js

- Add a Nix flake devShell providing Forgejo CLI (fj) and Node.js
- Document nix develop usage in README
- Ignore common Nix artifacts in .gitignore
This commit is contained in:
Daisuke Nakahara 2026-01-31 21:17:01 +09:00
parent cf76a69948
commit 26faa2271e
4 changed files with 104 additions and 0 deletions

5
.gitignore vendored
View file

@ -9,6 +9,11 @@ node_modules/
# Podman / Compose
.env.podman
# Nix
.direnv/
.result
result
# logs
npm-debug.log*
yarn-debug.log*