Commit graph

5 commits

Author SHA1 Message Date
Dom H
8c8c245ba8 refactor(setup): More descriptive variable name 2022-01-17 09:23:54 +00:00
Dom H
baed737e2f fix(setup): Fetch Zephyr requirements from URL
The requirements cannot be read from the file in `./zephyr/` because
this directory does not yet exist in a clean repo.

Fetching the requirements file from an upstream URL is consistent with
how the ZMK docker image does it:

  25972e7aad/Dockerfile (L26-L27)
2022-01-17 09:23:53 +00:00
Dom H
5ea1fa86ee fix(setup): Add zephyr requirements to nix-shell
Use mach-nix to handle zephyr's python requirements.
2022-01-17 09:23:53 +00:00
Brian Romanko
23c2ef0556 Add nix flake support
Now that nix 2.4 is out, flakes are no longer experimental.
2021-12-10 09:21:39 -08:00
Brian Romanko
e362fea19a Add nix-shell 2021-11-15 08:34:46 -08:00