Bump zephyr-nix

This commit is contained in:
urob 2024-08-14 00:43:39 -04:00
parent a799808eb7
commit 25810f427a
2 changed files with 4 additions and 5 deletions

View file

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