bump flake and fix problems
This commit is contained in:
7
overlays/openldap-testfailure-fix/default.nix
Normal file
7
overlays/openldap-testfailure-fix/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
|
||||
final: prev: {
|
||||
openldap = prev.openldap.overrideAttrs {
|
||||
doCheck = !prev.stdenv.hostPlatform.isi686;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user