aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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;