feat: update nixpkgs, fix bug

This commit is contained in:
Ryan Yin
2026-05-03 13:04:01 +08:00
parent 93c7507874
commit 762896ddb9
4 changed files with 12 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
_:
(_: super: {
openldap = super.openldap.overrideAttrs (old: {
doCheck = false;
});
})