mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
nix-index: add khaneliman maintainer
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user