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

Support GitHub Enterprise Server using ARC #59

Merged

Conversation

grahamc
Copy link
Member

@grahamc grahamc commented Dec 4, 2023

Description

This PR improves the action's support for environments unlike GitHub's own hosted runners. In particular, runners that don't expose systemd as PID1. This is common for GitHub Enterprise Server users, which often use something called ARC: https://github.com/actions/actions-runner-controller.

As a happy coincidence, this also closely matches other third party runners, like Namespace.

The implementation here is to fall back to borrowing Docker as a process supervisor if all three of the following are true:

  1. The machine is running Linux
  2. Docker is available
  3. Systemd is not available

This PR includes a pre-built Docker image for arm64 and amd64 in the repository, since the images are completely empty other than some configuration. This patch also updates the trusted-users configuration option, to use the OS to get the username instead of using an environment variable, which is not always available.

This patch has been tested in GHES and on Namespace, and confirmed to work.

Checklist
  • Tested changes against a test repository
  • Added or updated relevant documentation (leave unchecked if not applicable)
  • (If this PR is for a release) Updated README to point to the new tag (leave unchecked if not applicable)

It is special in that it doesn't have systemd, and it'd be great to
support Namespace.so. It is also a good test case for a variety
of self-hosted GHA runner use cases.
…stemd

This change introduces a Docker container shim which spawns the Nix
daemon after bind mounting all the relevant paths into the container.

The image is actually completely empty, other than metadata about what
to run.

This is a cheap and cheerful way to get decent process supervision in
environments that don't bring systemd, but do have docker ... which
is most everywhere in the GHA ecosystem.
@grahamc grahamc force-pushed the graham/fh-82-nix-installer-action-explore-how-to-support-arc branch from 8f4a865 to 6f44f1f Compare December 4, 2023 16:49
src/main.ts Show resolved Hide resolved
src/main.ts Show resolved Hide resolved
src/main.ts Outdated Show resolved Hide resolved
src/main.ts Show resolved Hide resolved
docker-shim/README.md Show resolved Hide resolved
@grahamc grahamc force-pushed the graham/fh-82-nix-installer-action-explore-how-to-support-arc branch from a4821ae to 1aa8f3f Compare December 4, 2023 17:27
Copy link
Member

@cole-h cole-h left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine.

@grahamc grahamc merged commit cd46bde into main Dec 4, 2023
5 checks passed
@grahamc grahamc deleted the graham/fh-82-nix-installer-action-explore-how-to-support-arc branch December 4, 2023 19:17
dc-tec referenced this pull request in dc-tec/nixvim Aug 7, 2024
… v13 (#18)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[DeterminateSystems/nix-installer-action](https://togithub.com/DeterminateSystems/nix-installer-action)
| action | major | `v1` -> `v13` |

---

### Release Notes

<details>
<summary>DeterminateSystems/nix-installer-action
(DeterminateSystems/nix-installer-action)</summary>

###
[`v13`](https://togithub.com/DeterminateSystems/nix-installer-action/releases/tag/v13)

[Compare
Source](https://togithub.com/DeterminateSystems/nix-installer-action/compare/v12...v13)

##### What's Changed

This update primarily improves the docker shim mechanism.

- science: probes to debug fly on GHA by
[@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/99](https://togithub.com/DeterminateSystems/nix-installer-action/pull/99)
- bump by [@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/100](https://togithub.com/DeterminateSystems/nix-installer-action/pull/100)
- Update detsys-ts by
[@&#8203;lucperkins](https://togithub.com/lucperkins) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/102](https://togithub.com/DeterminateSystems/nix-installer-action/pull/102)
- Update detsys-ts: Merge pull request
[#&#8203;51](https://togithub.com/DeterminateSystems/nix-installer-action/issues/51)
from DeterminateSystems/add-missing-actions-to-update-matrix

Add missing Actions to update matrix by
[@&#8203;detsys-pr-bot](https://togithub.com/detsys-pr-bot) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/103](https://togithub.com/DeterminateSystems/nix-installer-action/pull/103)

- Update `detsys-ts`: Merge pull request
[#&#8203;103](https://togithub.com/DeterminateSystems/nix-installer-action/issues/103)
from
detsys-pr-bot/detsys-ts-update-515d00bc192ae4460e2122572ebc24020c58ea95
by [@&#8203;detsys-pr-bot](https://togithub.com/detsys-pr-bot) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/105](https://togithub.com/DeterminateSystems/nix-installer-action/pull/105)
- Update `detsys-ts`: by
[@&#8203;detsys-pr-bot](https://togithub.com/detsys-pr-bot) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/104](https://togithub.com/DeterminateSystems/nix-installer-action/pull/104)
- README: correct the source-url parameter docs by
[@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/108](https://togithub.com/DeterminateSystems/nix-installer-action/pull/108)
- Share /lib64 into the container by
[@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/109](https://togithub.com/DeterminateSystems/nix-installer-action/pull/109)

##### New Contributors

- [@&#8203;detsys-pr-bot](https://togithub.com/detsys-pr-bot) made their
first contribution in
[https://github.com/DeterminateSystems/nix-installer-action/pull/103](https://togithub.com/DeterminateSystems/nix-installer-action/pull/103)

**Full Changelog**:
DeterminateSystems/nix-installer-action@v12...v13

###
[`v12`](https://togithub.com/DeterminateSystems/nix-installer-action/releases/tag/v12)

[Compare
Source](https://togithub.com/DeterminateSystems/nix-installer-action/compare/v11...v12)

#### What's Changed

- Fix ESM build by [@&#8203;lucperkins](https://togithub.com/lucperkins)
in
[https://github.com/DeterminateSystems/nix-installer-action/pull/83](https://togithub.com/DeterminateSystems/nix-installer-action/pull/83)
- Revert "Fix ESM build" by
[@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/86](https://togithub.com/DeterminateSystems/nix-installer-action/pull/86)
- Add CI run for aarch64-darwin by
[@&#8203;lucperkins](https://togithub.com/lucperkins) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/87](https://togithub.com/DeterminateSystems/nix-installer-action/pull/87)
- Update action.yml description for source-url by
[@&#8203;lucperkins](https://togithub.com/lucperkins) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/89](https://togithub.com/DeterminateSystems/nix-installer-action/pull/89)
- Provide new test matrix for source-\* inputs by
[@&#8203;lucperkins](https://togithub.com/lucperkins) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/91](https://togithub.com/DeterminateSystems/nix-installer-action/pull/91)
- Disable docker under act by
[@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/90](https://togithub.com/DeterminateSystems/nix-installer-action/pull/90)
- Update detsys-ts by
[@&#8203;lucperkins](https://togithub.com/lucperkins) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/93](https://togithub.com/DeterminateSystems/nix-installer-action/pull/93)
- tests: make megajob block on failure by
[@&#8203;cole-h](https://togithub.com/cole-h) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/96](https://togithub.com/DeterminateSystems/nix-installer-action/pull/96)
- Srv update by [@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/97](https://togithub.com/DeterminateSystems/nix-installer-action/pull/97)
- Update detsys-ts (status page changes) by
[@&#8203;lucperkins](https://togithub.com/lucperkins) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/98](https://togithub.com/DeterminateSystems/nix-installer-action/pull/98)

**Full Changelog**:
DeterminateSystems/nix-installer-action@v11...v12

###
[`v11`](https://togithub.com/DeterminateSystems/nix-installer-action/releases/tag/v11)

[Compare
Source](https://togithub.com/DeterminateSystems/nix-installer-action/compare/v10...v11)

#### What's Changed

- Rebase on top of detsys-ts for abstracting over
install.determinate.systems by
[@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/74](https://togithub.com/DeterminateSystems/nix-installer-action/pull/74)
- Update detsys-ts by [@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/75](https://togithub.com/DeterminateSystems/nix-installer-action/pull/75)
- Gracefully handle FlakeHub login failure by
[@&#8203;cole-h](https://togithub.com/cole-h) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/77](https://togithub.com/DeterminateSystems/nix-installer-action/pull/77)
- General JS cleanup by
[@&#8203;lucperkins](https://togithub.com/lucperkins) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/76](https://togithub.com/DeterminateSystems/nix-installer-action/pull/76)
- Fix broken CI caused by Nix reinstallation wiping out the Magic Nix
Cache by [@&#8203;lucperkins](https://togithub.com/lucperkins) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/79](https://togithub.com/DeterminateSystems/nix-installer-action/pull/79)
- Standardize on v4 of the checkout action by
[@&#8203;lucperkins](https://togithub.com/lucperkins) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/80](https://togithub.com/DeterminateSystems/nix-installer-action/pull/80)
- Switch to tsup for building by
[@&#8203;lucperkins](https://togithub.com/lucperkins) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/82](https://togithub.com/DeterminateSystems/nix-installer-action/pull/82)
- Update dependencies by [@&#8203;grahamc](https://togithub.com/grahamc)
in
[https://github.com/DeterminateSystems/nix-installer-action/pull/85](https://togithub.com/DeterminateSystems/nix-installer-action/pull/85)

**Full Changelog**:
DeterminateSystems/nix-installer-action@v10...v11

###
[`v10`](https://togithub.com/DeterminateSystems/nix-installer-action/releases/tag/v10)

[Compare
Source](https://togithub.com/DeterminateSystems/nix-installer-action/compare/v9...v10)

#### What's Changed

- action: post-run-job: try clean daemon container, warn on failure by
[@&#8203;colemickens](https://togithub.com/colemickens) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/61](https://togithub.com/DeterminateSystems/nix-installer-action/pull/61)
- No longer require sudo by
[@&#8203;Hoverbear](https://togithub.com/Hoverbear) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/64](https://togithub.com/DeterminateSystems/nix-installer-action/pull/64)
- Handle docker not existing. by
[@&#8203;Hoverbear](https://togithub.com/Hoverbear) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/66](https://togithub.com/DeterminateSystems/nix-installer-action/pull/66)
- Don't use docker shim if only using a mounted docker.sock instead of
docker-in-docker by [@&#8203;Hoverbear](https://togithub.com/Hoverbear)
in
[https://github.com/DeterminateSystems/nix-installer-action/pull/67](https://togithub.com/DeterminateSystems/nix-installer-action/pull/67)
- DETERMINATE_NIX_KVM fixup, support Magic Nix Cache + FlakeHub Cache on
Namespace runners by [@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/72](https://togithub.com/DeterminateSystems/nix-installer-action/pull/72)

**Full Changelog**:
DeterminateSystems/nix-installer-action@v9...v10

###
[`v9`](https://togithub.com/DeterminateSystems/nix-installer-action/releases/tag/v9)

[Compare
Source](https://togithub.com/DeterminateSystems/nix-installer-action/compare/v8...v9)

#### What's Changed

- Support GitHub Enterprise Server in the access-token config. by
[@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/58](https://togithub.com/DeterminateSystems/nix-installer-action/pull/58)
- Support GitHub Enterprise Server using ARC by
[@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/59](https://togithub.com/DeterminateSystems/nix-installer-action/pull/59)

**Full Changelog**:
DeterminateSystems/nix-installer-action@v8...v9

###
[`v8`](https://togithub.com/DeterminateSystems/nix-installer-action/releases/tag/v8)

[Compare
Source](https://togithub.com/DeterminateSystems/nix-installer-action/compare/v7...v8)

Enables KVM out of the box, for snappy NixOS VM tests.

#### What's Changed

- KVM support out of the box, plus a refreshed README by
[@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/56](https://togithub.com/DeterminateSystems/nix-installer-action/pull/56)

**Full Changelog**:
DeterminateSystems/nix-installer-action@v7...v8

###
[`v7`](https://togithub.com/DeterminateSystems/nix-installer-action/releases/tag/v7)

[Compare
Source](https://togithub.com/DeterminateSystems/nix-installer-action/compare/v6...v7)

This release should reduce or eliminate `ETXTBSY` related errors by
relying on the official Github Actions [tool
cache](https://togithub.com/actions/toolkit/tree/master/packages/tool-cache).
This tool cache includes retry support if a download request fails.

On [Namespace
Runners](https://cloud.namespace.so/docs/features/faster-github-actions)
the action should correctly detect that `--init none` must be passed to
the installer.

#### What's Changed

- .github: allow trigger ci manually by
[@&#8203;colemickens](https://togithub.com/colemickens) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/45](https://togithub.com/DeterminateSystems/nix-installer-action/pull/45)
- main.ts: fixup logic to ensure only one installer url override is set
by [@&#8203;colemickens](https://togithub.com/colemickens) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/44](https://togithub.com/DeterminateSystems/nix-installer-action/pull/44)
- Retry (w/ back-off) downloading the installer binary by
[@&#8203;colemickens](https://togithub.com/colemickens) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/46](https://togithub.com/DeterminateSystems/nix-installer-action/pull/46)
- Add check for dist folder by
[@&#8203;Hoverbear](https://togithub.com/Hoverbear) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/48](https://togithub.com/DeterminateSystems/nix-installer-action/pull/48)
- fix: end the FileStreamWriter for the installer file by
[@&#8203;colemickens](https://togithub.com/colemickens) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/47](https://togithub.com/DeterminateSystems/nix-installer-action/pull/47)
- eslint/tsconfig: validate no floating Promises, adjust tsconfig by
[@&#8203;colemickens](https://togithub.com/colemickens) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/49](https://togithub.com/DeterminateSystems/nix-installer-action/pull/49)
- Detect whether we're running in a Namespace runner, and if so, set
`init: none` by [@&#8203;hugosantos](https://togithub.com/hugosantos) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/52](https://togithub.com/DeterminateSystems/nix-installer-action/pull/52)
- Use Github Actions provided tool cache and exec by
[@&#8203;Hoverbear](https://togithub.com/Hoverbear) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/53](https://togithub.com/DeterminateSystems/nix-installer-action/pull/53)

#### New Contributors

- [@&#8203;colemickens](https://togithub.com/colemickens) made their
first contribution in
[https://github.com/DeterminateSystems/nix-installer-action/pull/45](https://togithub.com/DeterminateSystems/nix-installer-action/pull/45)
- [@&#8203;hugosantos](https://togithub.com/hugosantos) made their first
contribution in
[https://github.com/DeterminateSystems/nix-installer-action/pull/52](https://togithub.com/DeterminateSystems/nix-installer-action/pull/52)

**Full Changelog**:
DeterminateSystems/nix-installer-action@v6...v7

###
[`v6`](https://togithub.com/DeterminateSystems/nix-installer-action/releases/tag/v6)

[Compare
Source](https://togithub.com/DeterminateSystems/nix-installer-action/compare/v5...v6)

Update to node20

#### What's Changed

- Update the action to use node20 by
[@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/41](https://togithub.com/DeterminateSystems/nix-installer-action/pull/41)

**Full Changelog**:
DeterminateSystems/nix-installer-action@v5...v6

###
[`v5`](https://togithub.com/DeterminateSystems/nix-installer-action/releases/tag/v5)

[Compare
Source](https://togithub.com/DeterminateSystems/nix-installer-action/compare/v4...v5)

Support for Act, and beta support for private Flakes on FlakeHub

#### What's Changed

- Update README.md to say v4 by
[@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/27](https://togithub.com/DeterminateSystems/nix-installer-action/pull/27)
- Add act support by [@&#8203;Hoverbear](https://togithub.com/Hoverbear)
in
[https://github.com/DeterminateSystems/nix-installer-action/pull/30](https://togithub.com/DeterminateSystems/nix-installer-action/pull/30)
- \--nix-build-user-base and --nix-build-user-prefix logic no longer
confused by [@&#8203;Hoverbear](https://togithub.com/Hoverbear) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/32](https://togithub.com/DeterminateSystems/nix-installer-action/pull/32)
- Fix specifying a custom planner by
[@&#8203;Hoverbear](https://togithub.com/Hoverbear) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/35](https://togithub.com/DeterminateSystems/nix-installer-action/pull/35)
- Typescript rewrite by
[@&#8203;Hoverbear](https://togithub.com/Hoverbear) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/34](https://togithub.com/DeterminateSystems/nix-installer-action/pull/34)
- Post run diagnostics by
[@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/39](https://togithub.com/DeterminateSystems/nix-installer-action/pull/39)
- Support private flakes on FlakeHub by
[@&#8203;grahamc](https://togithub.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/38](https://togithub.com/DeterminateSystems/nix-installer-action/pull/38)

**Full Changelog**:
DeterminateSystems/nix-installer-action@v4...v5

###
[`v4`](https://togithub.com/DeterminateSystems/nix-installer-action/releases/tag/v4)

[Compare
Source](https://togithub.com/DeterminateSystems/nix-installer-action/compare/v3...v4)

#### What's Changed

- Update example in README to use v3 by
[@&#8203;ajaxbits](https://togithub.com/ajaxbits) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/25](https://togithub.com/DeterminateSystems/nix-installer-action/pull/25)
- Add a ?ci=github to GHA requests, to help us test GHA-specific fixes
more quickly and perform more controlled roll-outs of new releases.
[https://github.com/DeterminateSystems/nix-installer-action/pull/26](https://togithub.com/DeterminateSystems/nix-installer-action/pull/26)

#### New Contributors

- [@&#8203;ajaxbits](https://togithub.com/ajaxbits) made their first
contribution in
[https://github.com/DeterminateSystems/nix-installer-action/pull/25](https://togithub.com/DeterminateSystems/nix-installer-action/pull/25)

**Full Changelog**:
DeterminateSystems/nix-installer-action@v3...v4

###
[`v3`](https://togithub.com/DeterminateSystems/nix-installer-action/releases/tag/v3)

[Compare
Source](https://togithub.com/DeterminateSystems/nix-installer-action/compare/v2...v3)

A minor release to address
[https://github.com/DeterminateSystems/nix-installer-action/issues/21](https://togithub.com/DeterminateSystems/nix-installer-action/issues/21).

#### What's Changed

- v0.9.0 - nix profile location change by
[@&#8203;Hoverbear](https://togithub.com/Hoverbear) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/22](https://togithub.com/DeterminateSystems/nix-installer-action/pull/22)
- In GHA use Hello instead of fortune by
[@&#8203;Hoverbear](https://togithub.com/Hoverbear) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/23](https://togithub.com/DeterminateSystems/nix-installer-action/pull/23)

**Full Changelog**:
DeterminateSystems/nix-installer-action@v2...v3

###
[`v2`](https://togithub.com/DeterminateSystems/nix-installer-action/releases/tag/v2)

[Compare
Source](https://togithub.com/DeterminateSystems/nix-installer-action/compare/v1...v2)

#### What's Changed

- Add missing setting to README table by
[@&#8203;lucperkins](https://togithub.com/lucperkins) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/14](https://togithub.com/DeterminateSystems/nix-installer-action/pull/14)
- README: use tagged release by
[@&#8203;cole-h](https://togithub.com/cole-h) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/17](https://togithub.com/DeterminateSystems/nix-installer-action/pull/17)
- add option to change diagnostic endpoint by
[@&#8203;Mic92](https://togithub.com/Mic92) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/16](https://togithub.com/DeterminateSystems/nix-installer-action/pull/16)
- Reflect removal of channels in upcoming version by
[@&#8203;cole-h](https://togithub.com/cole-h) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/18](https://togithub.com/DeterminateSystems/nix-installer-action/pull/18)
- Reflect v0.6.0 changes by
[@&#8203;Hoverbear](https://togithub.com/Hoverbear) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/19](https://togithub.com/DeterminateSystems/nix-installer-action/pull/19)

#### New Contributors

- [@&#8203;Mic92](https://togithub.com/Mic92) made their first
contribution in
[https://github.com/DeterminateSystems/nix-installer-action/pull/16](https://togithub.com/DeterminateSystems/nix-installer-action/pull/16)

**Full Changelog**:
DeterminateSystems/nix-installer-action@v1...v2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/dc-tec/nixvim).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

3 participants