mirror of
https://github.com/vale981/hiro-flake-utils
synced 2025-03-04 17:01:40 -05:00
inject poetry to hiro_models
This commit is contained in:
parent
95f3f8d464
commit
52f3eafb17
1 changed files with 8 additions and 0 deletions
|
@ -74,6 +74,14 @@
|
|||
}
|
||||
);
|
||||
|
||||
hiro-models = super.hiro-models.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||
self.poetry
|
||||
];
|
||||
}
|
||||
);
|
||||
|
||||
hopsflow = super.hopsflow.overridePythonAttrs (
|
||||
old :{
|
||||
buildInputs = old.buildInputs or [ ] ++ [
|
||||
|
|
Loading…
Add table
Reference in a new issue