This repository contains templates for new Zephyr projects and applications.
This is a very minimal template that setup a Zephyr development environment for C projects.
nix flake new --template github:eove/zephyr-nix-templates#quick-start my-new-project
or if your already have an empty directory:
nix flake init --template github:eove/zephyr-nix-templates#quick-start