Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2022-10-09 18:02:10 +00:00
committed by GitHub
53 changed files with 934 additions and 667 deletions
@@ -1,7 +1,8 @@
{ python3, runCommand, git }:
{ python3, runCommand, git, nix }:
runCommand "update-python-libraries" {
buildInputs = [
nix
(python3.withPackages(ps: with ps; [ packaging requests toolz ]))
git
];