diff options
| author | Steve Purcell <steve@sanityinc.com> | 2021-04-04 03:05:46 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-03 08:05:46 -0700 |
| commit | d91938c19dd65af88713b9deffe95794ed78e889 (patch) | |
| tree | 9fdca00bdbb1a90ffc1245c173589bbaa3b780e5 /.gitattributes | |
| parent | a3cd1290be8187a34e3c4e156c07531380bfecaa (diff) | |
| download | qmk_firmware-d91938c19dd65af88713b9deffe95794ed78e889.tar.gz qmk_firmware-d91938c19dd65af88713b9deffe95794ed78e889.zip | |
[nix] Use niv and poetry2nix to more easily manage dependencies (#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
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 92dfc3c61..a0fd4fed6 100644 --- a/.gitattributes +++ b/.gitattributes | |||
| @@ -92,3 +92,4 @@ GRAPHICS | |||
| 92 | # hex files | 92 | # hex files |
| 93 | *.hex binary | 93 | *.hex binary |
| 94 | *.eep binary | 94 | *.eep binary |
| 95 | nix/sources.nix linguist-generated=true | ||
