add python to app

This commit is contained in:
Valentin Boettcher 2022-01-26 16:26:40 +01:00
parent 3773a7db83
commit f1235fec40

View file

@ -98,6 +98,7 @@
} // poetryArgs));
} // (if noPackage then { } else {
${name} = (prev.poetry2nix.mkPoetryApplication ({
python = (python prev.pkgs);
preferWheels = true;
overrides = overrides;
} // poetryArgs));