Skip to content

Commit f6088dc

Browse files
committed
flake.nix: Add lilac, update dependencies
cmsis, zephyr, u-boot based on the chromium-manifest we use to build internally. Signed-off-by: Daniel Schaefer <[email protected]>
1 parent a1126cd commit f6088dc

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

flake.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
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

@@ -111,6 +111,8 @@
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";

0 commit comments

Comments
 (0)