[PR #144] [MERGED] Nix #148

Closed
opened 2026-02-27 15:55:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/144
Author: @arunavo4
Created: 10/31/2025
Status: Merged
Merged: 12/17/2025
Merged by: @arunavo4

Base: mainHead: nix


📝 Commits (6)

  • 491546a added basic nix pack
  • 1099583 updated docs
  • 0d63fd4 Added more docs
  • 9968775 Potential fix for code scanning alert no. 39: Workflow does not contain permissions
  • 3993d67 fix: replace Cachix with Magic Nix Cache in CI workflow
  • e94bb86 fix: skip nix build in CI (sandbox blocks network access)

📊 Changes

10 files changed (+1705 additions, -0 deletions)

View changed files

.envrc (+1 -0)
.github/workflows/nix-build.yml (+45 -0)
📝 .gitignore (+5 -0)
DISTRIBUTION_SUMMARY.md (+169 -0)
NIX.md (+189 -0)
📝 README.md (+32 -0)
docs/NIX_DEPLOYMENT.md (+486 -0)
docs/NIX_DISTRIBUTION.md (+322 -0)
flake.lock (+61 -0)
flake.nix (+395 -0)

📄 Description

#143


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RayLabsHQ/gitea-mirror/pull/144 **Author:** [@arunavo4](https://github.com/arunavo4) **Created:** 10/31/2025 **Status:** ✅ Merged **Merged:** 12/17/2025 **Merged by:** [@arunavo4](https://github.com/arunavo4) **Base:** `main` ← **Head:** `nix` --- ### 📝 Commits (6) - [`491546a`](https://github.com/RayLabsHQ/gitea-mirror/commit/491546a97c092b402835b5b6993657a4e98b1b74) added basic nix pack - [`1099583`](https://github.com/RayLabsHQ/gitea-mirror/commit/109958342d4ba7ffca11a4b02f819b2b22d79f8c) updated docs - [`0d63fd4`](https://github.com/RayLabsHQ/gitea-mirror/commit/0d63fd4dae4b4880d9e3e680bc84ba5ba0f848a4) Added more docs - [`9968775`](https://github.com/RayLabsHQ/gitea-mirror/commit/9968775210a73fb38ad440680f3e60de63d262ab) Potential fix for code scanning alert no. 39: Workflow does not contain permissions - [`3993d67`](https://github.com/RayLabsHQ/gitea-mirror/commit/3993d679e668dfb24210b9152bc59fc64fd10bc7) fix: replace Cachix with Magic Nix Cache in CI workflow - [`e94bb86`](https://github.com/RayLabsHQ/gitea-mirror/commit/e94bb86b61b158c7c200a44dbf78e549b9556e9a) fix: skip nix build in CI (sandbox blocks network access) ### 📊 Changes **10 files changed** (+1705 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.envrc` (+1 -0) ➕ `.github/workflows/nix-build.yml` (+45 -0) 📝 `.gitignore` (+5 -0) ➕ `DISTRIBUTION_SUMMARY.md` (+169 -0) ➕ `NIX.md` (+189 -0) 📝 `README.md` (+32 -0) ➕ `docs/NIX_DEPLOYMENT.md` (+486 -0) ➕ `docs/NIX_DISTRIBUTION.md` (+322 -0) ➕ `flake.lock` (+61 -0) ➕ `flake.nix` (+395 -0) </details> ### 📄 Description #143 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:55:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gitea-mirror#148
No description provided.