summaryrefslogtreecommitdiff
path: root/shell.nix
AgeCommit message (Collapse)Author
2021-02-02allow customizing decrease delay of rgb heatmap (#11322)André Silva
* 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>
2021-01-12Fix macOS buildSergey Shulepov
2021-01-12nix-shell: add milc dependency (#11086)André Silva
2021-01-12Update shell.nix (#10712)André Silva
* nix-shell: update nixpkgs reference * nix-shell: add missing python dependency
2020-08-08shell.nix improvements, and fix problems on Darwin (#9551)Steve Purcell
2020-08-08update shell.nix (#8910)Thorsten
* now uses gcc 8.4 * fixes building boards with adafruit feather (in my case pancake)
2020-06-12Fix up Arm builds with nix-shell. (#8312)Nick Brassel
2020-01-09Fix shell.nix by pinning nixpkgs (#6213)Jake Waksbaum
2019-11-04add python3 to shell.nix (#6774)Francis St-Amour
2019-07-19shell.nix: Downgrade gcc-arm-embedded (#5913)Roman Volosatovs
Temporary fix for https://github.com/qmk/qmk_firmware/issues/5868
2018-12-22shell.nix: Packages relocated in upstream cleanupMichishige Kaito
2018-09-25Pin avr-gcc in shell.nix pending release of 8.3.0 (#3922)Jack Henahan
* 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
2018-07-15allow building with nix on darwinJon Allen
add avrdude do dependency list
2017-11-26shell.nix: add teensy loaderRoman Volosatovs
2017-09-25Add shell.nix for NixOS usersLukas Werling