Add composability test to overrideOverlay test

This commit is contained in:
adisbladis 2020-07-21 20:51:03 +02:00
parent f4fbc592d7
commit ccc3ff8a54
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -6,7 +6,7 @@ let
poetrylock = ./poetry.lock;
pyproject = ./pyproject.toml;
overrides = [
(
((
poetry2nix.defaultPoetryOverrides.overrideOverlay (
self: super: {
alembic = super.alembic.overrideAttrs (
@ -16,7 +16,7 @@ let
);
}
)
)
).extend (pyself: pysuper: { })) # Test .extend for good measure
];
};
in