ctucx.git: nixfiles

ctucx' nixfiles

commit 28a6228047e36cb268e84895f3a178c96f96622a
parent 11fa5adf8bb2694fd07f5dba907523ac458c3807
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 13 Sep 2022 15:33:09 +0200

machines/osterei/git/stagit: add category `nix`
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/machines/osterei/git/stagit.nix b/machines/osterei/git/stagit.nix
@@ -25,7 +25,7 @@ let
       # generate index arguments
       args="-n 'ctucx.git' -e 'git@ctu.cx'"
 
-      for category in "etc" "nimlang" "nimlang libraries" "php" "archive"; do
+      for category in "nix" "etc" "nimlang" "nimlang libraries" "php" "archive"; do
         args="$args -c '$category'"
         for repo in "$HOME/repositories/"*.git/; do
           repo="''${repo%/}"