diff --git a/flake.nix b/flake.nix index 1b4c1e6e..c3cc0ef8 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ }; outputs = { self, hls, nixpkgs, flake-utils, ... }: - flake-utils.lib.eachSystem ["x86_64-linux"] (system: let + flake-utils.lib.eachSystem ["x86_64-linux" "x86_64-darwin"] (system: let pkgs = import nixpkgs { inherit system;