diff options
| author | Patrick Jackson <patrick@jackson.dev> | 2023-10-30 02:18:26 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-30 08:18:26 +0000 |
| commit | 74c78ac2d7708088e275556051983bdf3670f1e3 (patch) | |
| tree | 05209e118a715d17520c902baf619f2dc525bec1 /flake.nix | |
| parent | feat(nix): Add a nixpkgs overlay (#1357) (diff) | |
| download | atuin-74c78ac2d7708088e275556051983bdf3670f1e3.zip | |
fix(nix): Add Appkit to the package build (#1358)
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
