Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-10 18:41:46 +00:00
committed by GitHub
40 changed files with 7625 additions and 6536 deletions

View File

@@ -24,7 +24,7 @@ with pkgs;
pythonPackages = callPackage
({ pkgs, stdenv, python, overrides }: let
pythonPackagesFun = import ../../../top-level/python-packages.nix {
inherit stdenv pkgs;
inherit stdenv pkgs lib;
python = self;
};
otherSplices = {