1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-15 11:03:37 +03:00

depthcharge: disk-image is the default build artifact

This commit is contained in:
Samuel Dionne-Riel 2020-03-13 18:23:12 -04:00
parent 97cca51825
commit 3b5fe89b7c

View File

@ -17,6 +17,7 @@ in
(lib.mkIf enabled {
system.build = {
inherit (build) disk-image kpart;
default = build.disk-image;
# installer shortcut; it's a depthcharge disk-image build.
mobile-installer = build.disk-image;
};