chore(3p/sources): Bump channels & overlays
* //users/Profpatsch/writers: adjust for API change in makePythonWriter: Since it has become cross-aware, we also need to provide the buildPackages python set we want to use. Change-Id: I4a201647281827ad983eb2dda6f6305f1ed824e7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6196 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
parent
1cb1931406
commit
3f64e1fb04
2 changed files with 17 additions and 16 deletions
|
@ -16,6 +16,7 @@ let
|
|||
Libraries = defun [ (attrs any) (list drv) ];
|
||||
|
||||
pythonPackages = pkgs.python310Packages;
|
||||
buildPythonPackages = pkgs.buildPackages.python310Packages;
|
||||
python = pythonPackages.python;
|
||||
|
||||
python3 =
|
||||
|
@ -25,7 +26,7 @@ let
|
|||
}:
|
||||
let
|
||||
in
|
||||
pkgs.writers.makePythonWriter python pythonPackages name {
|
||||
pkgs.writers.makePythonWriter python pythonPackages buildPythonPackages name {
|
||||
libraries = Libraries libraries pythonPackages;
|
||||
flakeIgnore =
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue