mirror of
https://github.com/vale981/hiro-flake-utils
synced 2025-03-04 17:01:40 -05:00
override to add poetry as dep
This commit is contained in:
parent
e0cf084654
commit
30ea4e6d52
1 changed files with 16 additions and 0 deletions
16
flake.nix
16
flake.nix
|
@ -66,6 +66,22 @@
|
|||
}
|
||||
);
|
||||
|
||||
hopsflow = super.hopsflow.overridePythonAttrs (
|
||||
old :{
|
||||
buildInputs = old.buildInputs or [ ] ++ [
|
||||
self.poetry
|
||||
];
|
||||
}
|
||||
);
|
||||
|
||||
hops = super.hops.overridePythonAttrs (
|
||||
old :{
|
||||
buildInputs = old.buildInputs or [ ] ++ [
|
||||
self.poetry
|
||||
];
|
||||
}
|
||||
);
|
||||
|
||||
jupyter = super.jupyter-core.overridePythonAttrs (
|
||||
old: {
|
||||
postInstall = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue