about summary refs log tree commit diff homepage
path: root/.builds
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-11 01:21:15 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-11 01:25:27 +0900
commitc7f75303e740fed8bd96e894ed92f90be1d27d49 (patch)
treeef879732c7c392a9699edb1e7db0d5d9905c05d5 /.builds
parentf8b0990ea9021a43e56ed65ffb3993c3fe2f4f9d (diff)
downloadsite-c7f75303e740fed8bd96e894ed92f90be1d27d49.tar.gz
Update some information
Diffstat (limited to '.builds')
-rw-r--r--.builds/auto.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.builds/auto.yml b/.builds/auto.yml
index fc8a4ae..b446731 100644
--- a/.builds/auto.yml
+++ b/.builds/auto.yml
@@ -1,10 +1,9 @@
 image: nixos/unstable
 oauth: lists.sr.ht/EMAILS:RO pages.sr.ht/PAGES:RW
 packages:
-  - nixos.python3
+  - nixos.fead
 sources:
   - https://git.sr.ht/~amolith/fediring.net
-  - https://git.sr.ht/~cnx/fead
   - https://git.sr.ht/~cnx/site
 environment:
   NODE: node
@@ -12,7 +11,7 @@ tasks:
   - inject: |
       grep -C1 cnx.gdn fediring.net/webring.txt |
         awk 'NR % 2 { print $2 }' > site/_libs/fediring
-      fead/src/fead.py -F site/_libs/fead/sources -n 4 -l 192\
+      fead -F site/_libs/fead/sources -n 4 -l 192\
         < site/_libs/fead/in.html > site/_libs/fead/out.html
       acurl https://lists.sr.ht/query/list/5261.mbox -o site/_libs/formbox/mbox
   - build: |