Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created September 12, 2018 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/49d7ce26808bc7a481422a9c3238aab5 to your computer and use it in GitHub Desktop.
Save samueldr/49d7ce26808bc7a481422a9c3238aab5 to your computer and use it in GitHub Desktop.
~/tmp/nixpkgs/nixpkgs 130 $ grep uboot pkgs/top-level/all-packages.nix
inherit (callPackage ../misc/uboot {})
ubootTools
ubootA20OlinuxinoLime
ubootBananaPi
ubootBeagleboneBlack
ubootClearfog
ubootGuruplug
ubootJetsonTK1
ubootNovena
ubootOdroidXU3
ubootOrangePiPc
ubootPcduino3Nano
ubootPine64
ubootQemuAarch64
ubootQemuArm
ubootRaspberryPi
ubootRaspberryPi2
ubootRaspberryPi3_32bit
ubootRaspberryPi3_64bit
ubootRaspberryPiZero
ubootSheevaplug
ubootSopine
ubootUtilite
ubootWandboard
ubootNanonote = callPackage ../misc/uboot/nanonote.nix { };
ubootRock64 = callPackage ../misc/uboot/rock64.nix { };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment