diff --git a/flake.nix b/flake.nix index 6b48c642..6cea6400 100644 --- a/flake.nix +++ b/flake.nix @@ -71,13 +71,17 @@ config.treefmt.build.devShell self'.devShells.rust ]; - packages = with pkgs; [ + packages = with pkgs; ([ just nixci # For when we start using Tauri cargo-tauri trunk - ]; + ]) ++ lib.optionals pkgs.stdenv.isDarwin ( + [ + pkgs.darwin.apple_sdk_11_0.frameworks.IOKit + pkgs.darwin.apple_sdk_11_0.frameworks.Security + ]); shellHook = '' echo echo "🍎🍎 Run 'just ' to get started"