Replace hosttools with qemu
AFAIK it's the only tool needed for ZMK-purposes
This commit is contained in:
parent
24b0bb630f
commit
6ed77c300e
1 changed files with 2 additions and 1 deletions
|
@ -26,12 +26,13 @@
|
|||
packages = [
|
||||
keymap_drawer
|
||||
|
||||
zephyr.hosttools-nix
|
||||
zephyr.pythonEnv
|
||||
(zephyr.sdk.override { targets = [ "arm-zephyr-eabi" ]; })
|
||||
|
||||
pkgs.cmake
|
||||
pkgs.dtc
|
||||
pkgs.ninja
|
||||
pkgs.qemu # needed for native_posix target
|
||||
|
||||
# Uncomment these if you don't have system-wide versions:
|
||||
# pkgs.gawk # awk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue