fmt
This commit is contained in:
parent
cc0124fa70
commit
e281dff1b8
@ -8,21 +8,10 @@ let
|
||||
heisenbridge = prIsOpen.overlay 0 (import ./heisenbridge.nix);
|
||||
in
|
||||
{
|
||||
nixpkgs.overlays = [ heisenbridge ] ++
|
||||
nixpkgs.overlays = [ heisenbridge matrix-synapse ] ++
|
||||
(if isUnstable
|
||||
then [
|
||||
]
|
||||
else [
|
||||
matrix-synapse
|
||||
]);
|
||||
}
|
||||
# Example Python dep overlay
|
||||
# (self: super: {
|
||||
# python3 = super.python3.override {
|
||||
# packageOverrides = python-self: python-super: {
|
||||
# canonicaljson = python-super.canonicaljson.overrideAttrs (oldAttrs: {
|
||||
# nativeBuildInputs = [ python-super.setuptools ];
|
||||
# });
|
||||
# };
|
||||
# };
|
||||
# })
|
||||
|
@ -32,7 +32,7 @@
|
||||
,
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
inherit pname version src;
|
||||
inherit pname version src doCheck;
|
||||
|
||||
patches =
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user