bump flake and fix problems

This commit is contained in:
2026-05-07 16:58:02 +02:00
parent 589eefd527
commit a692c1353d
2 changed files with 50 additions and 56 deletions

View File

@@ -0,0 +1,7 @@
{ ... }:
final: prev: {
openldap = prev.openldap.overrideAttrs {
doCheck = !prev.stdenv.hostPlatform.isi686;
};
}