Skip to content

Commit db8311e

Browse files
committed
Update flake URL format
Previously the build failed for me like this: error: Cannot find Git revision '39759bf9fe3a5b6d4788164fc046f5f8aee5cbff' in ref 'upstream/next' of repository 'https://chromium.googlesource.com/chromiumos/third_party/u-boot?name=u-boot'! Please make sure that the rev exists on Signed-off-by: Daniel Schaefer <[email protected]>
1 parent bad9c9c commit db8311e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

flake.lock

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

flake.nix

Lines changed: 2 additions & 2 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&name=cmsis;
10+
cmsis.url = git+https://chromium.googlesource.com/chromiumos/third_party/zephyr/cmsis?rev=4aa3ff8e4f8a21e31cd9831b943acb7a7cd56ac8;
1111
cmsis.flake = false;
1212

1313
zephyr.url = github:FrameworkComputer/zephyr?ref=lotus-zephyr&name=zephyr;
1414
zephyr.flake = false;
1515

16-
u-boot.url = git+https://chromium.googlesource.com/chromiumos/third_party/u-boot?ref=upstream/next&name=u-boot;
16+
u-boot.url = git+https://chromium.googlesource.com/chromiumos/third_party/u-boot?rev=39759bf9fe3a5b6d4788164fc046f5f8aee5cbff;
1717
u-boot.flake = false;
1818
};
1919

0 commit comments

Comments
 (0)