Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/194 Author: @arunavo4 Created: 2/26/2026 Status: ✅ Merged Merged: 2/26/2026 Merged by: @arunavo4
Base: main ← Head: codex/fix-nix-setup-v2
main
codex/fix-nix-setup-v2
9f11cb7
6722084
6 files changed (+27 additions, -22 deletions)
📝 NIX.md (+1 -1) 📝 README.md (+3 -3) 📝 docs/DEVELOPMENT_WORKFLOW.md (+5 -5) 📝 docs/NIX_DISTRIBUTION.md (+8 -8) 📝 docs/README.md (+3 -3) 📝 flake.nix (+7 -2)
NIX.md
README.md
docs/DEVELOPMENT_WORKFLOW.md
docs/NIX_DISTRIBUTION.md
docs/README.md
flake.nix
$out
src/
drizzle/
tsconfig.json
docker run ... nix flake check
docker run ... nix build .#gitea-mirror
docker run ... timeout 15s ./result/bin/gitea-mirror
This is a follow-up after the earlier Nix PR merge, fixing the remaining runtime issues discovered during containerized verification.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/194
Author: @arunavo4
Created: 2/26/2026
Status: ✅ Merged
Merged: 2/26/2026
Merged by: @arunavo4
Base:
main← Head:codex/fix-nix-setup-v2📝 Commits (2)
9f11cb7nix: fix flake module and runtime scripts6722084docs: refresh readme and docs links/examples📊 Changes
6 files changed (+27 additions, -22 deletions)
View changed files
📝
NIX.md(+1 -1)📝
README.md(+3 -3)📝
docs/DEVELOPMENT_WORKFLOW.md(+5 -5)📝
docs/NIX_DISTRIBUTION.md(+8 -8)📝
docs/README.md(+3 -3)📝
flake.nix(+7 -2)📄 Description
Summary
$outat runtime and resolve app dir from script locationsrc/,drizzle/, andtsconfig.jsonin the Nix package so startup TypeScript scripts can resolve importsDocker verification
docker run ... nix flake check✅docker run ... nix build .#gitea-mirror✅docker run ... timeout 15s ./result/bin/gitea-mirror✅Context
This is a follow-up after the earlier Nix PR merge, fixing the remaining runtime issues discovered during containerized verification.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.