From 74c78ac2d7708088e275556051983bdf3670f1e3 Mon Sep 17 00:00:00 2001 From: Patrick Jackson Date: Mon, 30 Oct 2023 02:18:26 -0600 Subject: fix(nix): Add Appkit to the package build (#1358) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index de77cbf1..ee5dcdd3 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ pkgs = nixpkgs.outputs.legacyPackages.${system}; in { packages.atuin = pkgs.callPackage ./atuin.nix { - inherit (pkgs.darwin.apple_sdk.frameworks) Security SystemConfiguration; + inherit (pkgs.darwin.apple_sdk.frameworks) Security SystemConfiguration AppKit; }; packages.default = self.outputs.packages.${system}.atuin; -- cgit v1.3.1