aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2026-01-17 15:41:39 +0100
committerMartin Fischer <martin@push-f.com>2026-01-17 19:43:07 +0100
commit7d382035ad09c6d1b0d0fb6b088e56771325121e (patch)
tree3d83bba0116c3485611edb0e45680c3eac2303f0
parent4bad15cb501730b9385808b2e56a6bee5ba8b891 (diff)
deps: update git-grep-exporter
-rw-r--r--nixos/hosts/tente/default.nix7
-rw-r--r--nixos/hosts/tente/gitolite.nix2
-rw-r--r--nixos/npins/sources.json4
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",