summaryrefslogtreecommitdiff
path: root/shell.nix
AgeCommit message (Collapse)Author
2020-07-08shell.nix improvements, and fix problems on Darwin (#9551)Steve Purcell
2020-06-20update shell.nix (#8910)Thorsten
* now uses gcc 8.4 * fixes building boards with adafruit feather (in my case pancake)
2020-03-07Fix up Arm builds with nix-shell. (#8312)Nick Brassel
2019-11-14Fix shell.nix by pinning nixpkgs (#6213)Jake Waksbaum
2019-09-21add python3 to shell.nix (#6774)Francis St-Amour
2019-07-16shell.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