1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-06 16:57:03 +00:00

nix-index: add khaneliman maintainer

This commit is contained in:
Austin Horstman 2025-01-30 12:29:36 -06:00
parent c72b699ec6
commit 6a98897946

View file

@ -1,7 +1,8 @@
{ config, lib, pkgs, ... }:
let cfg = config.programs.nix-index;
in {
meta.maintainers = with lib.hm.maintainers; [ ambroisie ];
meta.maintainers =
[ lib.hm.maintainers.ambroisie lib.maintainers.khaneliman ];
options.programs.nix-index = with lib; {
enable = mkEnableOption "nix-index, a file database for nixpkgs";