Commit Graph

46 Commits

Author SHA1 Message Date
zowoq
64ae31cb29 Revert "ci: remove max-jobs = 0"
This reverts commit c305d68ebe.
2024-06-08 00:45:44 +00:00
dependabot[bot]
c8022a6195 ---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 19:24:35 +00:00
dependabot[bot]
c46f7d9b5a build(deps): bump peaceiris/actions-gh-pages from 3 to 4
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4.
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3...v4)

---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 19:36:25 +00:00
zowoq
8a587da06b ci: set install_url to pin nix version 2024-03-12 07:32:00 +00:00
dependabot[bot]
f0688645ad build(deps): bump cachix/install-nix-action from 25 to 26
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 26.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v25...v26)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 20:21:17 +00:00
dependabot[bot]
977371a151 build(deps): bump peter-evans/create-pull-request from 5 to 6
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 19:17:50 +00:00
zowoq
faee6e92c5 ci: re-enable automerge 2024-01-18 01:03:34 +00:00
dependabot[bot]
8e03bea707 build(deps): bump cachix/install-nix-action from 24 to 25
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 24 to 25.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v24...v25)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 19:24:46 +00:00
zowoq
bd28160bd0 ci: set flake update PR title and branch 2024-01-14 00:13:52 +00:00
zowoq
9d29f5e9ba ci: add git config 2024-01-13 23:37:47 +00:00
zowoq
c305d68ebe ci: remove max-jobs = 0 2024-01-13 23:20:27 +00:00
zowoq
7a5f6d8ff5 dev flake
This allows us to have private dev inputs that we can use in the main flake and move the github actions checks to buildbot.
2024-01-14 09:08:22 +10:00
dependabot[bot]
cd13781dc4 build(deps): bump cachix/install-nix-action from 23 to 24
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v23...v24)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 12:27:44 +00:00
zowoq
9d7817cde2
ci: use nix-infra-bot token (#308) 2023-11-15 11:35:27 +01:00
zowoq
81e3fee0fc
ci: remove staging/trying branches (#302) 2023-11-09 07:58:07 +01:00
Jonas Chevalier
c77cacc8c0
github: fix settings (#295)
* github: fix settings

* Update .github/settings.yml

Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>

* Update .github/settings.yml

Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>

---------

Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
2023-11-06 16:25:24 +01:00
zowoq
1db5e9b856 .github/workflows/update-dev-flake-lock.yml: update name 2023-11-06 18:54:05 +10:00
zowoq
39d0701c13 ci: use mergify merge queue 2023-11-06 09:15:04 +01:00
zowoq
d68a74636e ci: remove GH_TOKEN_FOR_UPDATES and bors 2023-11-06 09:15:04 +01:00
zowoq
7482bd909b ci: remove GITHUB_TOKEN from extra_nix_config
this has been the default for a while now
2023-11-06 09:15:04 +01:00
zimbatm
fc0840a58b ci: restore GitHub Actions
1. Fix the dev/ci.sh script so it properly fails on error. And use nix-eval-jobs from nixpkgs input.
2. Build x86_64-linux on ubuntu-latest
2023-11-06 17:21:48 +10:00
zowoq
d725309c96
treewide: update URLs, .github/settings.yml: update team (#284)
* treewide: update URLs

* .github/settings.yml: update team
2023-11-04 10:17:06 +01:00
dependabot[bot]
a1e30b0d2d
build(deps): bump DeterminateSystems/update-flake-lock from 19 to 20 (#227)
Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock) from 19 to 20.
- [Release notes](https://github.com/determinatesystems/update-flake-lock/releases)
- [Commits](https://github.com/determinatesystems/update-flake-lock/compare/v19...v20)

---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 10:08:21 +02:00
dependabot[bot]
695e82ce3d
build(deps): bump cachix/install-nix-action from 22 to 23 (#231)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v22...v23)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 10:08:09 +02:00
dependabot[bot]
18c741eef4
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 19:38:37 +00:00
dependabot[bot]
eafbafebe9
build(deps): bump cachix/install-nix-action from 21 to 22
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 21 to 22.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v21...v22)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 20:02:40 +00:00
zimbatm
93fb3ee8fb ci: add aarch64-darwin 2023-06-19 15:41:21 +02:00
dependabot[bot]
67cb598ff7
build(deps): bump cachix/install-nix-action from 20 to 21 (#156)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v20...v21)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 10:22:31 +02:00
dependabot[bot]
ba0bf905a4
build(deps): bump DeterminateSystems/update-flake-lock from 18 to 19
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 18 to 19.
- [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases)
- [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v18...v19)

---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 20:04:24 +00:00
zimbatm
76ce0952aa
ci: use self-hosted GitHub Actions 2023-04-03 20:11:28 +02:00
zimbatm
ad9712af66
ci: also update the dev flake 2023-04-03 18:12:52 +02:00
zimbatm
6fbc55c092
switch docs to mkdocs 2023-04-03 17:50:08 +02:00
zimbatm
e896b8f419
introduce dev flake
Keep the number of exposed inputs from the top-level flake small by
splitting the development environment into its own flake.

The .envrc uses `--override-input srvos path:$PATH` so that the srvos
path always get re-calculated on reload, but not recorded. Since the
hash of srvos is stored inside of srvos, it would infinitely update
otherwise.
2023-04-03 16:10:38 +02:00
dependabot[bot]
1c04695ef6
build(deps): bump DeterminateSystems/update-flake-lock from 17 to 18
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 17 to 18.
- [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases)
- [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v17...v18)

---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-27 20:07:08 +00:00
bors[bot]
6df947ac30
Merge #93 #94
93: build(deps): bump cachix/install-nix-action from 19 to 20 r=zimbatm a=dependabot[bot]



94: build(deps): bump DeterminateSystems/update-flake-lock from 16 to 17 r=zimbatm a=dependabot[bot]



Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 09:49:51 +00:00
dependabot[bot]
504188372f
build(deps): bump DeterminateSystems/update-flake-lock from 16 to 17
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 16 to 17.
- [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases)
- [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v16...v17)

---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 20:06:08 +00:00
dependabot[bot]
285f666676
build(deps): bump cachix/install-nix-action from 19 to 20
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 19 to 20.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v19...v20)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 20:06:03 +00:00
zimbatm
bdeb7b2781
github: add homepage and topics 2023-02-13 19:13:10 +01:00
zimbatm
38c240056f
ci: use the old workflow to publish gh-pages
It seems like the new one is still a bit buggy
2023-02-13 18:34:35 +01:00
zimbatm
d88bb218b5
ci: try to fix the docs CI 2023-02-13 17:27:28 +01:00
zimbatm
793e55fcaa
docs MVP 2023-02-13 17:20:20 +01:00
dependabot[bot]
f5ba3e0cda
build(deps): bump cachix/install-nix-action from 18 to 19
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v18...v19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 19:21:10 +00:00
dependabot[bot]
73aaa2d043
build(deps): bump DeterminateSystems/update-flake-lock from 15 to 16
Bumps [DeterminateSystems/update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) from 15 to 16.
- [Release notes](https://github.com/DeterminateSystems/update-flake-lock/releases)
- [Commits](https://github.com/DeterminateSystems/update-flake-lock/compare/v15...v16)

---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-21 16:49:44 +00:00
zimbatm
a1db0a7ac4
github and nix auto-updates
Automatically bump the flake and github action workflows
2023-01-21 17:26:57 +01:00
Jörg Thalheim
eb0e2c632c allow bors to merge stuff 2023-01-12 00:12:54 +01:00
zimbatm
c3efb2abc0
configure the repo with settings 2023-01-11 16:32:27 +01:00