From 9fa2ad30c5df6dfa3bfed5ba057dc530b309c0bb Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 17 Jul 2025 15:13:39 -0500 Subject: [PATCH] buildbot-nix.toml: add file Support testing on buildbot CI Signed-off-by: Austin Horstman --- buildbot-nix.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 buildbot-nix.toml diff --git a/buildbot-nix.toml b/buildbot-nix.toml new file mode 100644 index 000000000..cef36aac8 --- /dev/null +++ b/buildbot-nix.toml @@ -0,0 +1,3 @@ +attribute = "buildbot" +flake_dir = "./tests" +lock_file = "./flake.lock"