1
1
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:
Samuel Dionne-Riel 2020-03-28 21:51:00 -04:00
parent 648b848115
commit 558907989b

View File

@ -191,6 +191,7 @@ in
inherit boot-partition;
disk-image = withBootloader;
u-boot = cfg.package;
default = system.build.disk-image;
};
})
];