Skip to content

Commit

Permalink
nix-flake: Use Zephyr SDK v0.16.5
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Renkhoff <[email protected]>
  • Loading branch information
Irockasingranite committed Feb 8, 2024
1 parent 0fc3fc8 commit d9da492
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
];
};

zephyr-sdk-pkg = zephyr-sdk.packages.x86_64-linux.zephyr-sdk-0-16-4;
zephyr-sdk-pkg = zephyr-sdk.packages.x86_64-linux.zephyr-sdk-0-16-5;
pypkgs = pkgs.python311Packages;
workspace = get-flake ./nix/workspace;

Expand Down

0 comments on commit d9da492

Please sign in to comment.