mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-19 06:07:24 +02:00
feat: update nixpkgs, fix bug
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
_:
|
||||
(_: super: {
|
||||
openldap = super.openldap.overrideAttrs (old: {
|
||||
doCheck = false;
|
||||
});
|
||||
})
|
||||
Reference in New Issue
Block a user