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:
sterni 2022-08-28 12:49:45 +02:00 committed by clbot
parent 1cb1931406
commit 3f64e1fb04
2 changed files with 17 additions and 16 deletions

View file

@ -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