infra/overlays/buildbot/default.nix
Jake Hamilton bf781e7f9e
All checks were successful
buildbot/nix-eval Build done.
feat: add codex
2024-08-20 15:09:43 -07:00

5 lines
76 B
Nix

{ channels, ... }:
final: prev: {
inherit (channels.unstable) buildbot;
}