Merge pull request #108350 from Ericson2314/no-static-overlay

treewide: Inline more of the static overlay
This commit is contained in:
John Ericson
2021-01-04 22:30:00 -05:00
committed by GitHub
17 changed files with 64 additions and 106 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
{ stdenv, lib, fetchurl, autoreconfHook, pkgconfig
, libxslt, xz, elf-header
, withStatic ? false }:
, withStatic ? stdenv.hostPlatform.isStatic
}:
let
systems = [ "/run/current-system/kernel-modules" "/run/booted-system/kernel-modules" "" ];