diff --git a/flake.nix b/flake.nix index 1876a0e..e8a2093 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ outputs = { self, nixpkgs, ... }: let - forAllSystems = nixpkgs.lib.genAttrs [ "x86_64-linux" ]; + forAllSystems = nixpkgs.lib.genAttrs [ "x86_64-linux" "aarch64-darwin" ]; pkgsForSystem = system: (import nixpkgs { inherit system; }); in