Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding an overlay allows to easily change the version of `ghostty` provided by `nixpkgs`: ```nix pkgs = import nixpkgs { inherit system; overlays = [ ghostty.overlays.default ]; } ``` Then, all references to `pkgs.ghostty` would refer to this project's package definition.
- Loading branch information