mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-23 08:01:19 -05:00
[PR #194] [MERGED] nix: fix runtime wrapper paths and startup script packaging #3013
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.