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:
parent
ebd055ab11
commit
64f8eaf238
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue