<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ghostty.git/nix/package.nix, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/'/>
<entry>
<title>ci: cleanup</title>
<updated>2025-10-03T14:10:43+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>m@mitchellh.com</email>
</author>
<published>2025-10-02T22:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=87b77e19803f1fccd4eaa7136ee2f0104369cfa2'/>
<id>87b77e19803f1fccd4eaa7136ee2f0104369cfa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump the version for development</title>
<updated>2025-09-15T18:01:14+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>m@mitchellh.com</email>
</author>
<published>2025-09-15T18:01:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=1201bc27d288db6ffae007ca5b0693f3cd77873e'/>
<id>1201bc27d288db6ffae007ca5b0693f3cd77873e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set version to 1.2.0</title>
<updated>2025-09-15T15:25:54+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>m@mitchellh.com</email>
</author>
<published>2025-09-15T15:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=510f4e474cb68255b8831cad2aab1a83dc1bdd01'/>
<id>510f4e474cb68255b8831cad2aab1a83dc1bdd01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "linux: add dbus and systemd activation services (#7433)"</title>
<updated>2025-06-25T02:07:09+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>m@mitchellh.com</email>
</author>
<published>2025-06-25T02:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=f941a2185ee796d3fe115e6fe87866d963578ad7'/>
<id>f941a2185ee796d3fe115e6fe87866d963578ad7</id>
<content type='text'>
Reverts two commits:

977cd530c7bb9551de93900170bdaec4601b1b5b
820b7e432b57cd08c49d2e76cce4cb78016f0418

These break build from source on Linux for two reasons:

1.) The systemd user service needs to be installed in the `share`
prefix, not the `lib` prefix. This lets it get picked up in `~/.local`
but is also correct for just standard FHS paths.

2.) The `ghostty` path in the systemd user service needs to be absolute.
We should interpolate in the build install prefix to form an absolute
path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverts two commits:

977cd530c7bb9551de93900170bdaec4601b1b5b
820b7e432b57cd08c49d2e76cce4cb78016f0418

These break build from source on Linux for two reasons:

1.) The systemd user service needs to be installed in the `share`
prefix, not the `lib` prefix. This lets it get picked up in `~/.local`
but is also correct for just standard FHS paths.

2.) The `ghostty` path in the systemd user service needs to be absolute.
We should interpolate in the build install prefix to form an absolute
path.
</pre>
</div>
</content>
</entry>
<entry>
<title>linux: add dbus and systemd activation services</title>
<updated>2025-06-13T15:22:12+00:00</updated>
<author>
<name>Jeffrey C. Ollie</name>
<email>jeff@ocjtech.us</email>
</author>
<published>2025-05-24T22:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=8824d11e1c8d0a3cbafeb0e88dd1b6dd7fa645d0'/>
<id>8824d11e1c8d0a3cbafeb0e88dd1b6dd7fa645d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nix: keep symbols if we're building a debug package</title>
<updated>2025-05-19T23:52:51+00:00</updated>
<author>
<name>Jeffrey C. Ollie</name>
<email>jeff@ocjtech.us</email>
</author>
<published>2025-05-19T23:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=9ad0e4675bf27f7df78fbabb58533502931b5a45'/>
<id>9ad0e4675bf27f7df78fbabb58533502931b5a45</id>
<content type='text'>
also add CI tests to make sure debug symbols exist

Co-authored-by: Mitchell Hashimoto &lt;m@mitchellh.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also add CI tests to make sure debug symbols exist

Co-authored-by: Mitchell Hashimoto &lt;m@mitchellh.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gtk: implement custom audio for bell</title>
<updated>2025-05-13T15:01:54+00:00</updated>
<author>
<name>Jeffrey C. Ollie</name>
<email>jeff@ocjtech.us</email>
</author>
<published>2025-01-23T19:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=8d0c3c7b7c4b4aaba59d5562fe43701d2d9e566a'/>
<id>8d0c3c7b7c4b4aaba59d5562fe43701d2d9e566a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>version bump for development</title>
<updated>2025-03-27T04:29:15+00:00</updated>
<author>
<name>Jeffrey C. Ollie</name>
<email>jeff@ocjtech.us</email>
</author>
<published>2025-03-27T04:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=27978ef4d0f1b25891d4f92fbd0dd46ece176198'/>
<id>27978ef4d0f1b25891d4f92fbd0dd46ece176198</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: Add checks for blueprint compiler / Nix refactors</title>
<updated>2025-03-18T21:12:49+00:00</updated>
<author>
<name>Jeffrey C. Ollie</name>
<email>jeff@ocjtech.us</email>
</author>
<published>2025-03-18T20:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=648e0a06ab9c539a1abab35fd83b840b8c3b19bb'/>
<id>648e0a06ab9c539a1abab35fd83b840b8c3b19bb</id>
<content type='text'>
1. Refactored Nix devshell/package to make it easier to keep
   LD_LIBRARY_PATH &amp; buildInputs in sync (plus make it easier to re-use
   in other Nix environment).
2. Added a CI job to ensure that Blueprints are formatted correctly and
   that they will compile using `blueprint-compiler` 0.16.0.
3. Reformatted all Blueprints with `blueprint-compiler format`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Refactored Nix devshell/package to make it easier to keep
   LD_LIBRARY_PATH &amp; buildInputs in sync (plus make it easier to re-use
   in other Nix environment).
2. Added a CI job to ensure that Blueprints are formatted correctly and
   that they will compile using `blueprint-compiler` 0.16.0.
3. Reformatted all Blueprints with `blueprint-compiler format`.
</pre>
</div>
</content>
</entry>
<entry>
<title>update zig2nix</title>
<updated>2025-03-12T22:56:24+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>m@mitchellh.com</email>
</author>
<published>2025-03-12T22:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=b123b14686bdaebc69889fa602162fef8c94676d'/>
<id>b123b14686bdaebc69889fa602162fef8c94676d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
