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:
parent
c72b699ec6
commit
6a98897946
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue