1
0
mirror of https://github.com/samueldr/wip-pinebook-pro.git synced 2024-06-13 08:13:39 +02:00

configuration: Prefer the internal first u-boot

This commit is contained in:
Samuel Dionne-Riel 2020-07-14 19:30:51 -04:00
parent 4a46accd02
commit ebcdf177d1

View File

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
let let
uboot = pkgs.uBootPinebookProExternalFirst; uboot = pkgs.uBootPinebookPro;
in in
{ {
imports = [ imports = [