wezterm icon indicating copy to clipboard operation
wezterm copied to clipboard

feat(nix): package macos application bundle when building flake

Open smsegal opened this issue 5 months ago • 0 comments

Previously, the nix flake was missing the macOS packaging step that actually produces the .app bundle.

I copied this snippet from the nixpkgs wezterm source here: https://github.com/NixOS/nixpkgs/blob/73de017ef2d18a04ac4bfd0c02650007ccb31c2a/pkgs/applications/terminal-emulators/wezterm/default.nix#L114-L121

I can verify that building on macOS with this added produces a runnable application bundle.

smsegal avatar Feb 25 '24 15:02 smsegal