systems: add avrlibc for avr systems

wip/yesman
Matthew Bauer 6 years ago
parent d59a9ac7cf
commit 72e3b2a662
  1. 1
      lib/systems/default.nix

@ -32,6 +32,7 @@ rec {
else if final.isUClibc then "uclibc"
else if final.isAndroid then "bionic"
else if final.isLinux /* default */ then "glibc"
else if final.isAvr then "avrlibc"
# TODO(@Ericson2314) think more about other operating systems
else "native/impure";
extensions = {

Loading…
Cancel
Save