Buildbot for Nix, tailored for Lix usecases
Find a file
Jörg Thalheim a65ad19e93 flake.lock: Update
Flake lock file updates:

• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/c9afaba3dfa4085dbd2ccb38dfade5141e33d9d4' (2023-10-03)
  → 'github:hercules-ci/flake-parts/f76e870d64779109e41370848074ac4eaa1606ec' (2023-10-29)
• Updated input 'nixpkgs':
    'github:Nixos/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c' (2023-10-25)
  → 'github:Nixos/nixpkgs/90e85bc7c1a6fc0760a94ace129d3a1c61c3d035' (2023-10-29)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/aae39f64f5ecbe89792d05eacea5cb241891292a' (2023-10-15)
  → 'github:numtide/treefmt-nix/5deb8dc125a9f83b65ca86cf0c8167c46593e0b1' (2023-10-27)
2023-10-31 10:48:06 +01:00
.github add dependabot && flake update 2023-10-27 08:34:04 +02:00
buildbot_nix fix jobs filter 2023-10-27 11:45:54 +02:00
examples fix tests 2023-10-27 09:58:10 +02:00
nix drop setuptools from PYTHONPATH 2023-10-30 10:53:44 +01:00
.gitignore also create webhooks automatically 2023-10-12 17:50:43 +02:00
.mergify.yml add mergify 2023-10-12 23:59:45 +02:00
flake.lock flake.lock: Update 2023-10-31 10:48:06 +01:00
flake.nix disable aarch64-linux for now 2023-10-27 11:04:05 +02:00
pyproject.toml pyproject: add more checks 2023-10-12 15:58:59 +02:00
README.md add treefmt-nix configuration 2023-09-18 15:40:22 +02:00

Buildbot-nix

A nixos module to make buildbot a proper Nix-CI.

For an example checkout the example and the module descriptions for master and worker.

This project is still in early stage and many APIs might change over time.