Use Nimble local deps to fix deployment issue

Fixes #1405
This commit is contained in:
Zed
2026-06-08 00:47:42 +02:00
parent 55d067957c
commit 9b9c86a15c
4 changed files with 11 additions and 4 deletions
+3
View File
@@ -15,3 +15,6 @@ sessions.json*
dump.rdb dump.rdb
*.bak *.bak
/tools/*.json* /tools/*.json*
nimbledeps/
nimble.paths
nimble.develop
+3 -3
View File
@@ -104,9 +104,9 @@ along with the scss and md files.
# su nitter # su nitter
$ git clone https://github.com/zedeus/nitter $ git clone https://github.com/zedeus/nitter
$ cd nitter $ cd nitter
$ nimble build -d:danger --mm:refc $ nimble -l build -d:danger --mm:refc
$ nimble scss $ nimble -l scss
$ nimble md $ nimble -l md
$ cp nitter.example.conf nitter.conf $ cp nitter.example.conf nitter.conf
``` ```
+4
View File
@@ -11,3 +11,7 @@ warning("HoleEnumConv", off)
hint("XDeclaredButNotUsed", off) hint("XDeclaredButNotUsed", off)
hint("XCannotRaiseY", off) hint("XCannotRaiseY", off)
hint("User", off) hint("User", off)
# begin Nimble config (version 2)
when withDir(thisDir(), system.fileExists("nimble.paths")):
include "nimble.paths"
# end Nimble config
+1 -1
View File
@@ -18,7 +18,7 @@ requires "nimcrypto#a079df9"
requires "markdown#158efe3" requires "markdown#158efe3"
requires "packedjson#9e6fbb6" requires "packedjson#9e6fbb6"
requires "supersnappy#6c94198" requires "supersnappy#6c94198"
requires "redpool >= 0.2.0" requires "redpool == 0.2.2"
requires "zippy#ca5989a" requires "zippy#ca5989a"
requires "flatty#e668085" requires "flatty#e668085"
requires "jsony#1de1f08" requires "jsony#1de1f08"