Next-generation Nix CI system for clowns
  • Rust 69.7%
  • Nix 20.2%
  • HTML 6.3%
  • PLpgSQL 2%
  • CSS 1.8%
Find a file
NotAShelf b169bad512
chore: bump deps; declare workspace members
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ib6499a53a60e591180cddd1a1126d4526a6a6964
2026-02-02 01:15:09 +03:00
crates crates/server: REST API routes; RBAC auth middleware; cookie sessions; dashboard 2026-02-02 01:15:08 +03:00
docs docs: highlight Hydra's core issues 2026-02-02 01:15:03 +03:00
.envrc nix: initial tooling setup 2026-02-02 01:14:58 +03:00
.gitignore initial commit 2026-02-02 01:14:56 +03:00
Cargo.lock chore: bump deps; declare workspace members 2026-02-02 01:15:09 +03:00
Cargo.toml chore: bump deps; declare workspace members 2026-02-02 01:15:09 +03:00
flake.lock nix: initial tooling setup 2026-02-02 01:14:58 +03:00
flake.nix nix: build migrate-cli crate 2026-02-02 01:15:04 +03:00
README.md docs: add very basic README 2026-02-02 01:14:57 +03:00

FC

FC is a modern, Rust-based continuous integration system designed to replace Hydra for our systems. Heavily work in progress.

Architecture

  • server: Web API and UI (Axum)
  • evaluator: Git polling and Nix evaluation
  • queue-runner: Build dispatch and execution
  • common: Shared types and utilities

Development

nix develop
cargo build

Components

Server

Web API server providing REST endpoints for project management, jobsets, and build status.

Evaluator

Periodically polls Git repositories and evaluates Nix expressions to create builds.

Queue Runner

Processes build queue and executes Nix builds on available machines.