Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

smsegal
Copy link

@smsegal smsegal commented Feb 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant