overlays: libressl tests work now
This commit is contained in:
parent
6249b569e6
commit
2bb67e3a18
@ -3,7 +3,7 @@
|
|||||||
, ...
|
, ...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (xinlib) prIsOpen todo;
|
inherit (xinlib) prIsOpen;
|
||||||
matrix-synapse-unwrapped = prIsOpen.overlay 0 (import ./matrix-synapse.nix);
|
matrix-synapse-unwrapped = prIsOpen.overlay 0 (import ./matrix-synapse.nix);
|
||||||
heisenbridge = prIsOpen.overlay 0 (import ./heisenbridge.nix);
|
heisenbridge = prIsOpen.overlay 0 (import ./heisenbridge.nix);
|
||||||
in
|
in
|
||||||
@ -11,11 +11,6 @@ in
|
|||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
heisenbridge
|
heisenbridge
|
||||||
matrix-synapse-unwrapped
|
matrix-synapse-unwrapped
|
||||||
(_: super: {
|
|
||||||
libressl = super.libressl.overrideAttrs (_: {
|
|
||||||
doCheck = todo "libressl tests disabled when building with musl" false;
|
|
||||||
});
|
|
||||||
})
|
|
||||||
] ++
|
] ++
|
||||||
(if isUnstable
|
(if isUnstable
|
||||||
then [
|
then [
|
||||||
|
Loading…
Reference in New Issue
Block a user