mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
7 lines
109 B
Nix
7 lines
109 B
Nix
final: prev: let
|
|
inherit (final) lib;
|
|
in {
|
|
krb5-ldap = final.krb5.override {
|
|
withLdap = true;
|
|
};
|
|
}
|