From f19a99503cedfc21db747b65802daec8ca0d9505 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 18 Feb 2026 21:17:10 -0600 Subject: [PATCH] ci: update buildbot test config After https://github.com/nix-community/home-manager/pull/8464 we need to update this to not try another flake. Signed-off-by: Austin Horstman --- buildbot-nix.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/buildbot-nix.toml b/buildbot-nix.toml index cef36aac..2f7c5cbc 100644 --- a/buildbot-nix.toml +++ b/buildbot-nix.toml @@ -1,3 +1 @@ attribute = "buildbot" -flake_dir = "./tests" -lock_file = "./flake.lock"