diff --git a/flake.nix b/flake.nix index 894891b..1d66014 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ outputs = { self, nixpkgs }: let # System types to support. - supportedSystems = [ "x86_64-linux" ]; #"x86_64-darwin" "aarch64-linux"]; + supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; # Helper functions forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system: f system);