Go to file
clerie 28005ac978 Init repo 2023-12-28 12:58:33 +01:00
README.md Init repo 2023-12-28 12:58:33 +01:00
flake.lock Init repo 2023-12-28 12:58:33 +01:00
flake.nix Init repo 2023-12-28 12:58:33 +01:00

README.md

openwrt-buildroot-nix

This provides a Nix environment for OpenWRT Buildroot.

Usage

nix develop git+https://git.clerie.de/clerie/openwrt-buildroot-nix.git

Troubleshooting

Dependencies cannot be found randomly

OpenWRT buildroot seem to hardcode paths it found for dependencies. If the nix environment gets changed these paths change too. Clean the build environment to get it working again:

make dirclean