summaryrefslogtreecommitdiffstats
path: root/shell.nix
Commit message (Collapse)AuthorAgeFilesLines
* allow customizing decrease delay of rgb heatmap (#11322)André Silva2021-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | * allow customizing decrease delay of rgb heatmap * rename rgb typing heatmap decrease delay variable * address review comments * nix-shell: add clang-tools required for formatting the C code * heatmap: use real timer to track decrement rate * heatmap: fix ifndef var name typo * heatmap: add docs * Update docs/feature_rgb_matrix.md Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Fix macOS buildSergey Shulepov2021-01-111-1/+1
|
* nix-shell: add milc dependency (#11086)André Silva2020-11-301-0/+20
|
* Update shell.nix (#10712)André Silva2020-10-231-2/+3
| | | | | * nix-shell: update nixpkgs reference * nix-shell: add missing python dependency
* shell.nix improvements, and fix problems on Darwin (#9551)Steve Purcell2020-07-081-14/+34
|
* update shell.nix (#8910)Thorsten2020-06-201-12/+12
| | | | * now uses gcc 8.4 * fixes building boards with adafruit feather (in my case pancake)
* Fix up Arm builds with nix-shell. (#8312)Nick Brassel2020-03-071-2/+2
|
* Fix shell.nix by pinning nixpkgs (#6213)Jake Waksbaum2019-11-141-19/+27
|
* add python3 to shell.nix (#6774)Francis St-Amour2019-09-211-1/+1
|
* shell.nix: Downgrade gcc-arm-embedded (#5913)Roman Volosatovs2019-07-161-1/+4
| | | Temporary fix for https://github.com/qmk/qmk_firmware/issues/5868
* shell.nix: Packages relocated in upstream cleanupMichishige Kaito2018-12-221-1/+5
|
* Pin avr-gcc in shell.nix pending release of 8.3.0 (#3922)Jack Henahan2018-09-251-0/+7
| | | | | | | | * Pin avr-gcc in shell.nix pending release of 8.3.0 There's apparently a critical bug in 8.2.0, which is now the nixpkgs default. This change overrides that default in favor of the known good version. Once 8.3.0 is the default, the override can be dropped. * Arch/Manjaro fix
* allow building with nix on darwinJon Allen2018-07-151-2/+3
| | | | add avrdude do dependency list
* shell.nix: add teensy loaderRoman Volosatovs2017-11-261-2/+3
|
* Add shell.nix for NixOS usersLukas Werling2017-09-251-0/+26