Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-28 00:15:41 +00:00
committed by GitHub
35 changed files with 546 additions and 136 deletions

View File

@@ -36,6 +36,7 @@ let
llvm-manpages = lowPrio (tools.llvm.override {
enableManpages = true;
enableSharedLibraries = false;
python3 = pkgs.python3; # don't use python-boot
});