diff options
| author | Martin Fischer <martin@push-f.com> | 2026-01-17 15:41:39 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-01-17 15:48:14 +0100 |
| commit | c89bd411d42a0223b1da980266378d1a10482211 (patch) | |
| tree | 34566f3311a0aeb7f257c2f9ef018140cb72a672 | |
| parent | 4bad15cb501730b9385808b2e56a6bee5ba8b891 (diff) | |
deps: update git-grep-exporter
| -rw-r--r-- | nixos/hosts/tente/default.nix | 7 | ||||
| -rw-r--r-- | nixos/hosts/tente/gitolite.nix | 2 | ||||
| -rw-r--r-- | 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..52add8b 100644 --- a/nixos/npins/sources.json +++ b/nixos/npins/sources.json @@ -59,9 +59,9 @@ }, "branch": "master", "submodules": false, - "revision": "d18ad307fc8084f9b5479e8fc08d4fbc427738c5", + "revision": "1bfd8874c31c6f54ddf3705202cbb91ca9425ced", "url": null, - "hash": "0wjggrwiqrzj8mny08asqi3xjw3ifsdd8mkd291aydsh9kc22b1s" + "hash": "11pgy9xgm5bdmbr30310f0124y4w6s4sx3hlk7l7nwswild2l6v2" }, "my-inkstitch": { "type": "Git", |
