Merge branch 'staging-next' into staging

There was a nontrivial conflict in pkgs/stdenv/linux/bootstrap-tools*
(reorganizing code vs. modifying it)  I hope I really got it right.
This commit is contained in:
Vladimír Čunát
2024-08-05 11:05:55 +02:00
672 changed files with 14516 additions and 7292 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ callPackage, fetchpatch2, openssl, python3, enableNpm ? true }:
{ callPackage, openssl, python3, enableNpm ? true }:
let
buildNodejs = callPackage ./nodejs.nix {