flake.nix: add aarch64-darwin

launchpad/nixpkgs/master
Matthew Bauer 3 years ago committed by Andrew Childs
parent 768aae66ef
commit 33b59b8940
  1. 1
      flake.nix

@ -18,6 +18,7 @@
"aarch64-linux"
"armv6l-linux"
"armv7l-linux"
"aarch64-darwin"
];
forAllSystems = f: lib.genAttrs systems (system: f system);

Loading…
Cancel
Save