Skip to content

Commit

Permalink
flake: move to zephyr-nix official repo
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <[email protected]>
  • Loading branch information
otavio committed Jul 12, 2024
1 parent 11cd05d commit 1d61e42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions flake.lock

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

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
};

zephyr-nix = {
url = "github:OSSystems/zephyr-nix/pending";
url = "github:adisbladis/zephyr-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down Expand Up @@ -73,8 +73,8 @@
})

(zephyr.pythonEnv.override {
extraLibs = [
zephyr.pythonEnv.pkgs.stringcase
extraPackages = pkgs: [
pkgs.stringcase
];
})

Expand Down

0 comments on commit 1d61e42

Please sign in to comment.