flake.nix: add aarch64-darwin
Matthew Bauer 5 years ago 33b59b89 768aae66
··· 18 "aarch64-linux" 19 "armv6l-linux" 20 "armv7l-linux" 0 21 ]; 22 23 forAllSystems = f: lib.genAttrs systems (system: f system);
··· 18 "aarch64-linux" 19 "armv6l-linux" 20 "armv7l-linux" 21 + "aarch64-darwin" 22 ]; 23 24 forAllSystems = f: lib.genAttrs systems (system: f system);