Skip to content

Commit

Permalink
export generated kconfig and dts from nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisandreae committed Jan 4, 2024
1 parent e24644b commit 10f7d07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/zmk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ stdenvNoCC.mkDerivation {
installPhase = ''
mkdir $out
cp zephyr/zmk.{uf2,hex,bin,elf} $out
cp zephyr/.config $out/zmk.kconfig
cp zephyr/zephyr.dts $out/zmk.dts
'';

passthru = { inherit zephyrModuleDeps; };
Expand Down

0 comments on commit 10f7d07

Please sign in to comment.