mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-14 09:16:39 +03:00
initrd-logs: system.build -> mobile.outputs
This commit is contained in:
parent
582f218e83
commit
ee6add8ad4
@ -2,7 +2,7 @@
|
||||
|
||||
let
|
||||
inherit (lib) mkIf mkMerge mkOption optionalString types;
|
||||
inherit (config.system.build) extraUtils;
|
||||
inherit (config.mobile.outputs) extraUtils;
|
||||
cfg = config.mobile.boot.stage-1.bootlog;
|
||||
in
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user