treewide: Inline more of the static overlay
Picking up where #107238 left off. I think I'll have gotten all the easy stuff with this.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{ stdenv, fetchurl, static ? false }:
|
||||
{ stdenv, fetchurl
|
||||
, # Note: -static hasn’t work on darwin
|
||||
static ? with stdenv.hostPlatform; isStatic && !isDarwin
|
||||
}:
|
||||
|
||||
# Note: this package is used for bootstrapping fetchurl, and thus
|
||||
# cannot use fetchpatch! All mutable patches (generated by GitHub or
|
||||
|
||||
Reference in New Issue
Block a user