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:
parent
97cca51825
commit
3b5fe89b7c
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user