Commit Graph

802 Commits

Author SHA1 Message Date
Mitchell Hashimoto
7127abfe28 cmake: add ghostty_vt_add_target() for cross-compilation (#12212)
Add a ghostty_vt_add_target() CMake function that lets downstream
projects build libghostty-vt for a specific Zig target triple. The
function encapsulates zig discovery, build-type-to-optimize mapping, the
zig build invocation, and output path conventions so consumers do not
need to duplicate any of that logic. It creates named IMPORTED targets
(e.g. ghostty-vt-static-linux-amd64) that work alongside the existing
native ghostty-vt and ghostty-vt-static targets.

The build-type mapping is factored into a shared _GHOSTTY_ZIG_OPT_FLAG
variable used by both the native build and the new function.

A new example/c-vt-cmake-cross/ demonstrates end-to-end cross-
compilation using zig cc as the C compiler, auto-detecting a cross
target based on the host OS.
2026-04-10 08:00:03 -07:00
ghostty-vouch[bot]
b5d54d8f51 Update VOUCHED list (#12225)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/12223#discussioncomment-16518906)
from @jcollie.

Vouch: @kataokatsuki

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-10 14:31:37 +00:00
Mitchell Hashimoto
f2e299fb46 cmake: add ghostty_vt_add_target() for cross-compilation
Add a ghostty_vt_add_target() CMake function that lets downstream
projects build libghostty-vt for a specific Zig target triple. The
function encapsulates zig discovery, build-type-to-optimize mapping,
the zig build invocation, and output path conventions so consumers
do not need to duplicate any of that logic. It creates named IMPORTED
targets (e.g. ghostty-vt-static-linux-amd64) that work alongside the
existing native ghostty-vt and ghostty-vt-static targets.

The build-type mapping is factored into a shared _GHOSTTY_ZIG_OPT_FLAG
variable used by both the native build and the new function.

The static library targets now propagate c++ as a link dependency on
non-Windows platforms, fixing link failures when consumers use static
linking with the default SIMD-enabled build.

A new example/c-vt-cmake-cross/ demonstrates end-to-end cross-
compilation using zig cc as the C compiler, auto-detecting a cross
target based on the host OS.
2026-04-10 06:52:09 -07:00
ghostty-vouch[bot]
1348e04626 Update VOUCHED list (#12216)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/12213#discussioncomment-16512677)
from @pluiedev.

Vouch: @otomn

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-10 06:52:01 +00:00
dependabot[bot]
1855b3efcc build(deps): bump cachix/install-nix-action from 31.10.3 to 31.10.4
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 31.10.3 to 31.10.4.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md)
- [Commits](96951a368b...616559265b)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-version: 31.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-09 00:15:52 +00:00
Mitchell Hashimoto
28972454c0 libghostty-vt: nix package updates and more nix tests (#12152) 2026-04-08 11:00:49 -07:00
ghostty-vouch[bot]
853183e911 Update VOUCHED list (#12165)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/12164#discussioncomment-16477806)
from @jcollie.

Vouch: @MoonMao42

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-07 14:58:24 +00:00
Mitchell Hashimoto
140ddd9770 build(deps): bump flatpak/flatpak-github-actions from 6.6 to 6.7 (#12154)
Bumps
[flatpak/flatpak-github-actions](https://github.com/flatpak/flatpak-github-actions)
from 6.6 to 6.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/flatpak/flatpak-github-actions/releases">flatpak/flatpak-github-actions's
releases</a>.</em></p>
<blockquote>
<h2>v6.7</h2>
<ul>
<li>Bump action to node 24</li>
<li>Add the git commit as the ostree commit subject</li>
<li>Allow configurable build/repo/state dirs</li>
<li>Add keep-build-dirs flag</li>
<li>Update action dependencies</li>
<li>Improvements to contributing docs</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="401fe28a83"><code>401fe28</code></a>
flatpak-builder: Add keepBuildDirs flag (<a
href="https://redirect.github.com/flatpak/flatpak-github-actions/issues/229">#229</a>)</li>
<li><a
href="fc05c5ecc1"><code>fc05c5e</code></a>
action: Bump to node 24 (<a
href="https://redirect.github.com/flatpak/flatpak-github-actions/issues/243">#243</a>)</li>
<li><a
href="ce5753fa41"><code>ce5753f</code></a>
Some doc improvements (<a
href="https://redirect.github.com/flatpak/flatpak-github-actions/issues/245">#245</a>)</li>
<li><a
href="fef33cbb5c"><code>fef33cb</code></a>
Update dependencies (<a
href="https://redirect.github.com/flatpak/flatpak-github-actions/issues/244">#244</a>)</li>
<li><a
href="0a63139699"><code>0a63139</code></a>
feat(flatpak-builder): Allow configurable build/repo/state dirs (<a
href="https://redirect.github.com/flatpak/flatpak-github-actions/issues/237">#237</a>)</li>
<li><a
href="ad1b66ed72"><code>ad1b66e</code></a>
flatpak-builder: Add the git commit as the ostree commit subject</li>
<li>See full diff in <a
href="92ae9851ad...401fe28a83">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flatpak/flatpak-github-actions&package-manager=github_actions&previous-version=6.6&new-version=6.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
2026-04-07 05:39:32 -07:00
Jeffrey C. Ollie
1d61e27351 libghostty-vt: disable macOS CI nix build 2026-04-06 23:40:45 -05:00
Jeffrey C. Ollie
93a4470458 libghostty-vt: require build-nix-macos 2026-04-06 22:51:41 -05:00
Jeffrey C. Ollie
1322d64534 libghostty-vt: nix package updates and more nix tests 2026-04-06 22:41:57 -05:00
ghostty-vouch[bot]
a1e75daef8 Update VOUCHED list (#12158)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/12157#discussioncomment-16470907)
from @jcollie.

Vouch: @tbrundige

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-07 03:31:48 +00:00
ghostty-vouch[bot]
8f376d84b4 Update VOUCHED list (#12156)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/12155#discussioncomment-16470483)
from @jcollie.

Vouch: @KieranCanter

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-07 02:38:42 +00:00
dependabot[bot]
5c45484a71 build(deps): bump flatpak/flatpak-github-actions from 6.6 to 6.7
Bumps [flatpak/flatpak-github-actions](https://github.com/flatpak/flatpak-github-actions) from 6.6 to 6.7.
- [Release notes](https://github.com/flatpak/flatpak-github-actions/releases)
- [Commits](92ae9851ad...401fe28a83)

---
updated-dependencies:
- dependency-name: flatpak/flatpak-github-actions
  dependency-version: '6.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-07 00:15:26 +00:00
Mitchell Hashimoto
445e1945da ci: upload lib-vt source tarball to R2
Add R2 upload steps to the source-tarball-lib-vt job in the tip
release workflow, matching the pattern used by the xcframework
job. The tarball is uploaded to the ghostty-tip R2 bucket keyed
by commit hash, making it available at
tip.files.ghostty.org/<commit>/libghostty-vt-source.tar.gz.
2026-04-06 14:53:24 -07:00
Mitchell Hashimoto
90b706b977 ci: publish lib-vt xcframework in tip releases
Add a build-lib-vt-xcframework job to the release-tip workflow that
builds the universal xcframework with ReleaseFast, zips it, signs
it with minisign, and uploads it to both the GitHub Release and R2
blob storage. Consumers can pull the xcframework zip from the tip
release or by commit hash from tip.files.ghostty.org.
2026-04-06 14:22:57 -07:00
Mitchell Hashimoto
764ff18b8e ci: add Swift example builds on macOS
Auto-discover Swift examples via example/*/Package.swift alongside
the existing zig and cmake discovery. The new build-examples-swift
job runs on macOS, builds the xcframework with zig build -Demit-lib-vt,
then runs swift run in each example directory to verify the
xcframework links and functions correctly end-to-end.
2026-04-06 14:17:34 -07:00
ghostty-vouch[bot]
841a49ae1a Update VOUCHED list (#12138)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/12137#discussioncomment-16460337)
from @rhodes-b.

Vouch: @neurosnap

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-06 04:31:17 +00:00
ghostty-vouch[bot]
4f543ff3d8 Update VOUCHED list (#12135)
Triggered by
[comment](https://github.com/ghostty-org/ghostty/issues/12133#issuecomment-4189589541)
from @jcollie.

Vouch: @KayLeung

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-05 21:54:29 +00:00
ghostty-vouch[bot]
ba398dfff3 Update VOUCHED list (#12123)
Triggered by
[comment](https://github.com/ghostty-org/ghostty/issues/12119#issuecomment-4188681042)
from @bo2themax.

Vouch: @jamylak

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-05 10:38:47 +00:00
ghostty-vouch[bot]
cf8a2407a0 Update VOUCHED list (#12113)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/12098#discussioncomment-16452103)
from @mitchellh.

Vouch: @fru1tworld

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-05 03:17:59 +00:00
Jeffrey C. Ollie
1bd7c19dac nix: add option to disable simd in libghostty-vt package 2026-04-04 15:06:19 -05:00
Mitchell Hashimoto
e157dd69c5 build: add pkg-config static linking support and fat archives to libghostty
The libghostty-vt pkg-config file was missing Libs.private, so
pkg-config --libs --static returned the same flags as the shared
case, omitting the C++ standard library needed by the SIMD code.

Additionally, the static archive did not bundle the vendored SIMD
dependencies (simdutf, highway, utfcpp), leaving consumers with
unresolved symbols when linking. If we're choosing to vendor (no -fsys)
then we should produce a fat static archive that includes them. If `-fsys`
is used, then we should not bundle them and instead reference them via
Requires.private, letting pkg-config chain to their own .pc files.

Add Libs.private with the C++ runtime (-lc++ on Darwin, -lstdc++
on Linux) and Requires.private for any SIMD deps provided via
system integration. When SIMD deps are vendored (the default),
produce a fat static archive that bundles them using libtool on
Darwin and ar on Linux. When they come from the system (-fsys=),
reference them via Requires.private instead, letting pkg-config
chain to their own .pc files.
2026-04-04 06:54:42 -07:00
Mitchell Hashimoto
707cd57acb add a nix package (with CI tests) for libghostty-vt (#12090) 2026-04-03 20:12:52 -07:00
ghostty-vouch[bot]
e3bbd54dd3 Update VOUCHED list (#12094)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/12093#discussioncomment-16444399)
from @jcollie.

Vouch: @jordandm

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-04 01:46:07 +00:00
Jeffrey C. Ollie
4f825e87f5 add a nix package (with CI tests) for libghostty-vt 2026-04-03 16:28:21 -05:00
ghostty-vouch[bot]
7747c96033 Update VOUCHED list (#12069)
Triggered by
[comment](https://github.com/ghostty-org/ghostty/issues/12068#issuecomment-4179350272)
from @jcollie.

Vouch: @Douglas-MacGregor

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-02 17:28:57 +00:00
ghostty-vouch[bot]
63372f8ddb Update VOUCHED list (#12066)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/12038#discussioncomment-16423690)
from @mitchellh.

Vouch: @h3nock

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-02 13:53:39 +00:00
ghostty-vouch[bot]
48d3e972d8 Update VOUCHED list (#12052)
Triggered by
[comment](https://github.com/ghostty-org/ghostty/issues/12050#issuecomment-4173393542)
from @mitchellh.

Vouch: @justonia

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-01 22:42:46 +00:00
ghostty-vouch[bot]
b7e56044db Update VOUCHED list (#12031)
Triggered by
[comment](https://github.com/ghostty-org/ghostty/issues/12030#issuecomment-4167464133)
from @mitchellh.

Vouch: @Jarred-Sumner

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-01 04:59:00 +00:00
ghostty-vouch[bot]
b2880636af Update VOUCHED list (#12022)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/12019#discussioncomment-16396278)
from @jcollie.

Vouch: @danneu

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-31 14:56:43 +00:00
ghostty-vouch[bot]
3509ccf78e Update VOUCHED list (#12005)
Triggered by
[comment](https://github.com/ghostty-org/ghostty/issues/11981#issuecomment-4158783258)
from @tristan957.

Vouch: @yabbal

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-30 23:27:44 +00:00
ghostty-vouch[bot]
8fc0c85e0c Update VOUCHED list (#12002)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/12001#discussioncomment-16386924)
from @jcollie.

Vouch: @louisunlimited

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-30 22:14:54 +00:00
ghostty-vouch[bot]
500ab13c86 Update VOUCHED list (#12000)
Triggered by
[comment](https://github.com/ghostty-org/ghostty/issues/11999#issuecomment-4158097469)
from @jcollie.

Vouch: @BarutSRB

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-30 20:50:51 +00:00
dependabot[bot]
3864fa585f build(deps): bump cachix/install-nix-action from 31.10.2 to 31.10.3
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 31.10.2 to 31.10.3.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md)
- [Commits](51f3067b56...96951a368b)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-version: 31.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 15:22:36 +00:00
ghostty-vouch[bot]
10956bfa48 Update VOUCHED list (#11961)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/11960#discussioncomment-16371359)
from @jcollie.

Vouch: @nicholas-ochoa

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-29 19:59:59 +00:00
ghostty-vouch[bot]
baad0aa666 Update VOUCHED list (#11938)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/11823#discussioncomment-16358799)
from @mitchellh.

Vouch: @karesansui-u

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-28 18:18:35 +00:00
ghostty-vouch[bot]
e2b9e8c6a8 Update VOUCHED list (#11936)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/11662#discussioncomment-16358710)
from @mitchellh.

Vouch: @MrConnorKenway

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-28 18:05:14 +00:00
ghostty-vouch[bot]
0d1f77bc4d Update VOUCHED list (#11925)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/11921#discussioncomment-16355800)
from @jcollie.

Vouch: @i999rri

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-28 12:33:58 +00:00
ghostty-vouch[bot]
562e7048c1 Update VOUCHED list (#11918)
Triggered by
[comment](https://github.com/ghostty-org/ghostty/issues/11916#issuecomment-4147686590)
from @pluiedev.

Denounce: @daedaevibin

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-28 09:16:01 +00:00
Mitchell Hashimoto
e90eebea9d ci: switch to namespace image 2026-03-27 06:14:17 -07:00
Alessandro De Blasis
fead488d23 ci: add full test suite for Windows
Add test-windows job running zig build -Dapp-runtime=none test on
windows-2025. Added to required checks.
2026-03-27 06:11:20 -07:00
Mitchell Hashimoto
4ffde268c5 ci: use namespace runners for windows jobs
Switch the two Windows CI jobs (build-examples-cmake-windows and
build-libghostty-vt-windows) from GitHub-hosted windows-2025 runners
to namespace-profile-ghostty-windows runners.
2026-03-26 07:19:45 -07:00
Mitchell Hashimoto
bfa3055309 ci: add distcheck for lib-vt source tarball
Add a build-dist-lib-vt job that runs distcheck with
-Demit-lib-vt=true and verifies the resulting tarball stays under
5 MB. Also downsize the build-dist runner from -md to -sm.
2026-03-26 07:00:14 -07:00
Mitchell Hashimoto
7ae1e32ecb ci: add libghostty-vt source tarball to tip release
Add a source-tarball-lib-vt job that builds the stripped lib-vt
dist tarball and publishes it as libghostty-vt-source.tar.gz to
the tip release. Also downsize the source-tarball runner from -md
to -sm since it does not need the extra resources.
2026-03-26 06:57:56 -07:00
Mitchell Hashimoto
312ba7ac80 ci: update to Xcode 26.3
**WARNING:** We CANNOT upgrade to Xcode 26.4 with Zig 0.15 because:
https://codeberg.org/ziglang/zig/issues/31658

We have to wait and see if Zig will backport that or if we just have to
roll forward to Zig 0.16 when it comes out. At the time of this commit,
no released Zig version has the fix for that issue.
2026-03-25 19:46:50 -07:00
ghostty-vouch[bot]
efc0e4118a Update VOUCHED list (#11847)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/11669#discussioncomment-16318770)
from @jcollie.

Vouch: @brianc442

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-25 22:58:46 +00:00
ghostty-vouch[bot]
26ba9bf579 Update VOUCHED list (#11844)
Triggered by [discussion
comment](https://github.com/ghostty-org/ghostty/discussions/11843#discussioncomment-16314609)
from @jcollie.

Vouch: @paaloeye

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-25 18:48:33 +00:00
Alessandro De Blasis
c5092b09de ci: remove continue-on-error from Windows CI jobs
Windows tests and builds are now passing reliably. Remove the
continue-on-error safety net so failures are visible immediately.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 06:17:49 +01:00
Jeffrey C. Ollie
c584f87b90 build(deps): bump cachix/install-nix-action from 31.10.1 to 31.10.2 (#11790)
Bumps
[cachix/install-nix-action](https://github.com/cachix/install-nix-action)
from 31.10.1 to 31.10.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cachix/install-nix-action/releases">cachix/install-nix-action's
releases</a>.</em></p>
<blockquote>
<h2>v31.10.2</h2>
<h2>What's Changed</h2>
<ul>
<li>nix: 2.34.1 -&gt; 2.34.2 by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot]
in <a
href="https://redirect.github.com/cachix/install-nix-action/pull/270">cachix/install-nix-action#270</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/cachix/install-nix-action/compare/v31...v31.10.2">https://github.com/cachix/install-nix-action/compare/v31...v31.10.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="51f3067b56"><code>51f3067</code></a>
Revert &quot;ci: use 25.11 for channel tests&quot;</li>
<li><a
href="15118c17f9"><code>15118c1</code></a>
ci: use 25.11 for channel tests</li>
<li><a
href="e1ac057965"><code>e1ac057</code></a>
Merge pull request <a
href="https://redirect.github.com/cachix/install-nix-action/issues/270">#270</a>
from cachix/create-pull-request/patch</li>
<li><a
href="d181b9642f"><code>d181b96</code></a>
nix: 2.34.1 -&gt; 2.34.2</li>
<li>See full diff in <a
href="1ca7d21a94...51f3067b56">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cachix/install-nix-action&package-manager=github_actions&previous-version=31.10.1&new-version=31.10.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
2026-03-23 20:44:57 -05:00