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:
parent
cf76a69948
commit
26faa2271e
4 changed files with 104 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -9,6 +9,11 @@ node_modules/
|
|||
# Podman / Compose
|
||||
.env.podman
|
||||
|
||||
# Nix
|
||||
.direnv/
|
||||
.result
|
||||
result
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue