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

Add default Nix overlay #3847

Merged
merged 1 commit into from
Dec 29, 2024
Merged

Conversation

sestrella
Copy link
Contributor

@sestrella sestrella commented Dec 29, 2024

Adding an overlay allows to easily change the version of ghostty provided by nixpkgs:

pkgs = import nixpkgs {
  inherit system;
  overlays = [ ghostty.overlays.default ];
}

Then, all references to pkgs.ghostty would refer to this project's package definition.

@mitchellh mitchellh merged commit d359231 into ghostty-org:main Dec 29, 2024
5 checks passed
@github-actions github-actions bot added this to the 1.0.1 milestone Dec 29, 2024
@sestrella sestrella deleted the add_nix_overlay branch December 31, 2024 04:44
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.

2 participants