mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-13 03:10:30 +02:00
7 lines
96 B
Nix
7 lines
96 B
Nix
_:
|
|
(_: super: {
|
|
openldap = super.openldap.overrideAttrs (old: {
|
|
doCheck = false;
|
|
});
|
|
})
|