Merge remote-tracking branch 'origin/master' into staging-next

Conflicts:
 pkgs/tools/networking/xh/default.nix
This commit is contained in:
Jonathan Ringer
2021-05-22 18:19:10 -07:00
157 changed files with 1479 additions and 591 deletions

View File

@@ -1,9 +1,7 @@
{ stdenv, pkgs, cores, runtimeShell }:
{ stdenv, pkgs, lib, cores, runtimeShell }:
assert cores != [];
with pkgs.lib;
let
script = exec: ''