mirror of
https://github.com/vale981/hiro-flake-utils
synced 2025-03-05 09:21:39 -05:00
add python to app
This commit is contained in:
parent
3773a7db83
commit
f1235fec40
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@
|
||||||
} // poetryArgs));
|
} // poetryArgs));
|
||||||
} // (if noPackage then { } else {
|
} // (if noPackage then { } else {
|
||||||
${name} = (prev.poetry2nix.mkPoetryApplication ({
|
${name} = (prev.poetry2nix.mkPoetryApplication ({
|
||||||
|
python = (python prev.pkgs);
|
||||||
preferWheels = true;
|
preferWheels = true;
|
||||||
overrides = overrides;
|
overrides = overrides;
|
||||||
} // poetryArgs));
|
} // poetryArgs));
|
||||||
|
|
Loading…
Add table
Reference in a new issue