File tree Expand file tree Collapse file tree 2 files changed +20
-18
lines changed
Expand file tree Collapse file tree 2 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 77 zephyr-nix . url = github:adisbladis/zephyr-nix ;
88 zephyr-nix . inputs . nixpkgs . follows = "nixpkgs" ;
99
10- cmsis . url = git+https://chromium.googlesource.com/chromiumos/third_party/zephyr/cmsis?rev=4aa3ff8e4f8a21e31cd9831b943acb7a7cd56ac8 ;
10+ cmsis . url = git+https://chromium.googlesource.com/chromiumos/third_party/zephyr/cmsis?rev=b45330c9efcf435003113ea14ba2c0fae407b0fa ;
1111 cmsis . flake = false ;
1212
13- zephyr . url = github:FrameworkComputer/zephyr?ref=lotus-zephyr &name=zephyr ;
13+ zephyr . url = github:FrameworkComputer/zephyr?ref=fwk-lilac-27116 &name=zephyr ;
1414 zephyr . flake = false ;
1515
16- u-boot . url = git+https://chromium.googlesource.com/chromiumos/third_party/u-boot?rev=39759bf9fe3a5b6d4788164fc046f5f8aee5cbff ;
16+ u-boot . url = git+https://chromium.googlesource.com/chromiumos/third_party/u-boot?ref=chromeos-v2023.10-next ;
1717 u-boot . flake = false ;
1818 } ;
1919
111111 packages . default = packages . lotus ;
112112 packages . lotus = mkBuild packages "lotus" ;
113113 packages . azalea = mkBuild packages "azalea" ;
114+ packages . marigold = mkBuild packages "marigold" ;
115+ packages . lilac = mkBuild packages "lilac" ;
114116
115117 packages . zmake = pythonPkgs . buildPythonPackage {
116118 name = "zmake" ;
You can’t perform that action at this time.
0 commit comments