diff --git a/flake.nix b/flake.nix index e8a18c1ad5..bcd4e28dba 100644 --- a/flake.nix +++ b/flake.nix @@ -291,8 +291,11 @@ # ormolu # stylish-haskell pre-commit - ]; - + ] ++ lib.optionals stdenv.isDarwin + (with darwin.apple_sdk.frameworks; [ + Cocoa + CoreServices + ]); shellHook = '' # @guibou: I'm not sure theses lines are needed