Commit Graph

18 Commits

Author SHA1 Message Date
github-actions[bot] bd5f3a5b06 chore(nix): update dependencies hash to sha256-ek3LN43FqwmLGh4qk54DZ8FwZZs9DmUKVUPDzwKOj6c= 2026-04-24 11:22:34 +00:00
github-actions[bot] 6a6c347354 chore(nix): update dependencies hash to sha256-JSMYPsZo2shfh/f6yQ+dOujhSkS3Ras0DcOo378pej4= 2026-04-22 12:49:06 +00:00
github-actions[bot] fcd938a95d chore(nix): update dependencies hash to sha256-DgK1fX3szNShujIYu4bqYzU69xuvKiO80nooHIHTKEU= 2026-04-21 13:28:24 +00:00
github-actions[bot] 3a6b902cb5 chore(nix): update dependencies hash to sha256-ReWfQhFBGvq3C14bRhLihTiP9MeEAWbfe0A5fIwBMkw= 2026-04-17 13:33:13 +00:00
github-actions[bot] 8529735890 chore(nix): update dependencies hash to sha256-aehV414pbc2t0JsC9Rkbllu9v3Mpw/wmZQo7hvEyX08= 2026-04-16 12:25:48 +00:00
github-actions[bot] 018366027c chore(nix): update dependencies hash to sha256-miyvJu4AKhQVlWea8a8bYN2y0KpXd5ooUmJQpoGioCs= 2026-04-15 11:44:44 +00:00
github-actions[bot] 1d5a2a7ff9 chore(nix): update dependencies hash to sha256-b/SBHeUs+zsKjx3Et/ppNoA1fm8/KGiaHCEvOP+af5I= 2026-04-13 21:56:29 +00:00
github-actions[bot] 0a9c9b7741 chore(nix): update dependencies hash to sha256-v8KDnut1FrWMgre355e8VodnHmpcQR8XChHSPOfXs5s= 2026-04-13 09:22:29 +00:00
github-actions[bot] c04652c180 chore(nix): update dependencies hash to sha256-Q7plMp6xtB7tnTyRu2/ik8pY0kXt82BLNBQ3lG3dHSo= 2026-04-10 10:53:05 +00:00
github-actions[bot] 86906bddd3 chore(nix): update dependencies hash to sha256-bR/jICpR+OpLZzLILkrBpiai0eLXzZWPhnHEPL6oIik= 2026-04-09 11:25:42 +00:00
github-actions[bot] e21b4e916f chore(nix): update dependencies hash to sha256-QR4DVcx/M6OiEE5sFlJAgr8fZ0xxvb6tU2BxUrlb+0k= 2026-04-09 11:10:11 +00:00
github-actions[bot] 2b8023487a chore(nix): update dependencies hash to sha256-l8esb9lcJLVGDX+xqYhURa2nQUUSZB893rhKXhgxjv8= 2026-04-08 09:00:13 +00:00
github-actions[bot] 3e09b3e48c chore(nix): update dependencies hash to sha256-T3dvpRn24HKzSZ6sl1tYVME9xVUqn2HIUpYcWY+7dZ8= 2026-04-07 19:01:54 +00:00
Dzming Li 01d8436c25
chore(nix): modernize pnpm packaging and hash automation (#21259)
* chore(nix): modernize pnpm packaging and hash automation

* fix(ci): address PR review for nix hash workflow

* Update .github/workflows/update-nix-hash.yml

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-03 06:34:18 +08:00
Vonfry 5310e6a61b
chore(flake): update to pnpm 10 to fix building issue (#21141) 2026-02-14 11:43:25 +08:00
Vonfry 1b9eccb19e
chore(flake): add environmentFiles in options (#21131) 2026-02-13 16:09:12 +08:00
DIYgod cf4e772de8
refactor: replace art template with jsx (#20777)
* refactor: replace art template with jsx

* fix: tsx files

* fix: renderToString import

* fix: hono html raw import

* feat: remove art
2025-12-29 12:27:32 +08:00
Dzming Li dbb692462d
chore: add Nix flake and NixOS module support (#20597)
* feat(nix): add flake module and offline-friendly build

* chore(nix): upgrade to Node.js 24 and pnpm 10

Update devenv.nix to match project dependencies:
- Upgrade Node.js from 22 to 24 (aligns with Dockerfile node:24-bookworm)
- Upgrade pnpm from 9 to 10 (aligns with package.json pnpm@10.22.0)

* test: fix buffer-get test timeout

Replace external URL with mock server endpoint to prevent test timeout.
The test was trying to fetch from http://example.com which is not mocked,
causing it to timeout. Now uses http://rsshub.test/headers which is
properly mocked in the test setup.
2025-12-09 19:43:06 +08:00