Skip to content

Commit

Permalink
[nix] Use niv and poetry2nix to more easily manage dependencies (qmk#…
Browse files Browse the repository at this point in the history
…11181)

* [nix] Update nixpkgs to avoid issues with Big Sur

The older nixpkgs snapshot did not contain nix changes to the
compiler/linker hooks that are necessary for compatibility with MacOS
Big Sur. The fix is simply to update to a newer snapshot.

* [nix] Add a poetry manifest and use poetry to build the Python env

* [nix] Use niv to manage upstream sources like nixpkgs

* [nix] Update to newer nixpkgs snapshot

* [nix] Bump python package versions
  • Loading branch information
purcell authored Apr 3, 2021
1 parent a3cd129 commit d91938c
Show file tree
Hide file tree
Showing 6 changed files with 611 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ GRAPHICS
# hex files
*.hex binary
*.eep binary
nix/sources.nix linguist-generated=true
369 changes: 369 additions & 0 deletions nix/poetry.lock

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

Loading

0 comments on commit d91938c

Please sign in to comment.