Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 329 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 329 Bytes

buildroot_flake

Simple flake builds buildroot projects on nixos.

Buildroot hardcodes /usr/bin/ paths, which is why this project uses a FHSuserEnv instead of a basic mkShell.

The cross toolchain used is AARCH64 but can be modified for other architectures by modifying the pkgsCross path to the cross compiling gcc.