File tree 2 files changed +20
-18
lines changed
2 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 7
7
zephyr-nix . url = github:adisbladis/zephyr-nix ;
8
8
zephyr-nix . inputs . nixpkgs . follows = "nixpkgs" ;
9
9
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 ;
11
11
cmsis . flake = false ;
12
12
13
- zephyr . url = github:FrameworkComputer/zephyr?ref=lotus-zephyr &name=zephyr ;
13
+ zephyr . url = github:FrameworkComputer/zephyr?ref=fwk-lilac-27116 &name=zephyr ;
14
14
zephyr . flake = false ;
15
15
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 ;
17
17
u-boot . flake = false ;
18
18
} ;
19
19
111
111
packages . default = packages . lotus ;
112
112
packages . lotus = mkBuild packages "lotus" ;
113
113
packages . azalea = mkBuild packages "azalea" ;
114
+ packages . marigold = mkBuild packages "marigold" ;
115
+ packages . lilac = mkBuild packages "lilac" ;
114
116
115
117
packages . zmake = pythonPkgs . buildPythonPackage {
116
118
name = "zmake" ;
You can’t perform that action at this time.
0 commit comments