Drop qemu dependency

This commit is contained in:
urob 2024-08-13 22:09:07 -04:00
parent be30faff9c
commit e2553afd53
2 changed files with 8 additions and 7 deletions

View file

@ -8,7 +8,7 @@
zephyr.flake = false;
# Zephyr sdk and host tools
zephyr-nix.url = "github:urob/zephyr-nix";
zephyr-nix.url = "github:urob/zephyr-nix/testing";
# zephyr-nix.inputs.nixpkgs.follows = "nixpkgs";
zephyr-nix.inputs.zephyr.follows = "zephyr";
};