mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-11 09:04:01 +03:00
Merge pull request #497 from noneucat/fix/modules-install
overlay/kernel-builder: use modules_install as a install target when kernel is modular
This commit is contained in:
commit
de9a88a70f
@ -409,6 +409,7 @@ stdenv.mkDerivation (inputArgs // {
|
||||
installTargets =
|
||||
if isCompressed != false then [ "zinstall" ] else [ "install" ]
|
||||
++ installTargets
|
||||
++ optional isModular "modules_install"
|
||||
;
|
||||
|
||||
preInstall = optionalString enableCombiningBuildAndInstallQuirk ''
|
||||
|
Loading…
Reference in New Issue
Block a user