ctucx.git: nixfiles

ctucx' nixfiles

commit 8e53ed852ac74dff290593d07bfe84e82fbaf0f7
parent 53d3edc49bef460635535acb94c1417f9f96c688
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 15 May 2023 16:17:23 +0200

machines/trabbi/git: enable `symbolic-ref` command
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/machines/trabbi/git.nix b/machines/trabbi/git.nix
@@ -112,6 +112,7 @@ in {
         $RC{UMASK}           = 0027;
 
         push(@{$RC{ENABLE}}, 'cgit');
+        push(@{$RC{ENABLE}}, 'symbolic-ref');
         push(@{$RC{ENABLE}}, 'rebuild-stagit');
 
         $RC{NON_CORE} = "rebuild-stagit POST_COMPILE rebuild-stagit";