Skip to content

Commit

Permalink
nix-flake: Use Zephyr SDK v0.16.4
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Renkhoff <[email protected]>
  • Loading branch information
Irockasingranite committed Jan 9, 2024
1 parent 904ef94 commit cab0750
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
38 changes: 26 additions & 12 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "A flake for working with a bridle workspace";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/staging-next"; # Running against staging-next to get sphinx 7.2.6 (stable only has 5.3.0)
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";

workspace = {
url = "git+file:.?dir=nix-workspace&ref=HEAD"; # Path in this same repo
Expand Down Expand Up @@ -46,7 +46,7 @@
pkgs = import nixpkgs {
system = "x86_64-linux";
};
zephyr-sdk-pkg = zephyr-sdk.packages.x86_64-linux.zephyr-sdk-0-16-3;
zephyr-sdk-pkg = zephyr-sdk.packages.x86_64-linux.zephyr-sdk-0-16-4;
pypkgs = pkgs.python311Packages;

sphinx-tsn-theme = pkgs.python311Packages.buildPythonPackage {
Expand Down

0 comments on commit cab0750

Please sign in to comment.