From 193086d2bf9ebe5216fa149ceeff8f3e0fdb8b22 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 11 Mar 2023 23:50:16 -0300 Subject: system.scm: (enable-index-links? #t) for cgit --- src/infrastructure/guix/system.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index b1a4f4d..7940c4f 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -312,6 +312,7 @@ (nocache? #t) (enable-commit-graph? #t) (enable-follow-links? #t) + (enable-index-links? #t) (enable-index-owner? #t) (enable-log-filecount? #t) (enable-log-linecount? #t) -- cgit v1.2.3