From 7d382035ad09c6d1b0d0fb6b088e56771325121e Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 17 Jan 2026 15:41:39 +0100 Subject: deps: update git-grep-exporter --- nixos/hosts/tente/default.nix | 7 ++----- nixos/hosts/tente/gitolite.nix | 2 +- nixos/npins/sources.json | 4 ++-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index 065c264..ddeb7ec 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -248,11 +248,8 @@ in todo = ''\bTO'' + ''DO\b''; fixme = ''\bFIX'' + ''ME\b''; }; - repos = builtins.listToAttrs (map (name: { name = name; value = "${reposDir}/${name}.git"; }) [ - "forester" - "hosehawk" - "lotta" - ]); + reposDir = reposDir; + onlyExported = true; }; monitoring = { diff --git a/nixos/hosts/tente/gitolite.nix b/nixos/hosts/tente/gitolite.nix index b806154..f2959e5 100644 --- a/nixos/hosts/tente/gitolite.nix +++ b/nixos/hosts/tente/gitolite.nix @@ -25,7 +25,7 @@ in dataDir = cfg.dataDir; extraGitoliteRc = '' $RC{UMASK} = 0027; - $RC{GIT_CONFIG_KEYS} = 'cgit.* gitweb.*'; + $RC{GIT_CONFIG_KEYS} = 'cgit.* gitweb.* git-grep-exporter.*'; push(@{$RC{ENABLE}}, 'symbolic-ref'); diff --git a/nixos/npins/sources.json b/nixos/npins/sources.json index 029829c..a1bc489 100644 --- a/nixos/npins/sources.json +++ b/nixos/npins/sources.json @@ -59,9 +59,9 @@ }, "branch": "master", "submodules": false, - "revision": "d18ad307fc8084f9b5479e8fc08d4fbc427738c5", + "revision": "b89125bf417a00985f37f45f1d190b8c92225eaf", "url": null, - "hash": "0wjggrwiqrzj8mny08asqi3xjw3ifsdd8mkd291aydsh9kc22b1s" + "hash": "0gryj85yp3g3cdg68myhv742a7709a8p5b2wbdf88rj96kwrryhj" }, "my-inkstitch": { "type": "Git", -- cgit v1.3.1