mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-11-08 22:04:05 +03:00
systems/u-boot: Fix eval with release.nix
The "default" output was missing.
This commit is contained in:
parent
648b848115
commit
558907989b
@ -191,6 +191,7 @@ in
|
||||
inherit boot-partition;
|
||||
disk-image = withBootloader;
|
||||
u-boot = cfg.package;
|
||||
default = system.build.disk-image;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user