flake/ci: add ci.buildbot output

Adds top-level and per-system `ci.buildbot` option for defining tests to
build on buildbot.

These are exposed as the `ci.buildbot.«system»` flake output.
This commit is contained in:
Matt Sturgeon 2025-05-29 15:17:45 +01:00
parent 8b3a69cfea
commit e18d3fb280
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 46 additions and 0 deletions

View file

@ -8,6 +8,7 @@
{
imports = [
./flake-modules
./ci.nix
./lib.nix
./legacy-packages.nix
./nixvim-configurations.nix
@ -31,6 +32,7 @@
# Specify which outputs are defined by which partitions
partitionedAttrs = {
ci = "dev";
checks = "dev";
devShells = "dev";
formatter = "dev";