1
0
Fork 0
mirror of https://github.com/malob/prefmanager.git synced 2024-12-14 11:57:49 +00:00

Add aarch64-darwin

This commit is contained in:
Malo Bourgon 2021-11-01 19:06:56 -07:00
parent ebd055ab11
commit 64f8eaf238

View file

@ -10,7 +10,7 @@
};
outputs = { self, devshell, nixpkgs, flake-utils, plist-source, ... }:
flake-utils.lib.eachSystem [ "x86_64-darwin" ] (system: let
flake-utils.lib.eachSystem [ "x86_64-darwin" "aarch64-darwin" ] (system: let
pkgs = nixpkgs.legacyPackages.${system};
compiler = pkgs.haskell.packages.ghc8107;
hlib = pkgs.haskell.lib;