1
0
mirror of https://github.com/samueldr/wip-pinebook-pro.git synced 2024-06-13 16:23:41 +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, ... }:
let
uboot = pkgs.uBootPinebookProExternalFirst;
uboot = pkgs.uBootPinebookPro;
in
{
imports = [