1
1
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:
Samuel Dionne-Riel 2021-08-26 23:25:50 -04:00
parent 582f218e83
commit ee6add8ad4

View File

@ -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
{