mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -05:00
Add composability test to overrideOverlay test
This commit is contained in:
parent
f4fbc592d7
commit
ccc3ff8a54
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue