diff --git a/bors.toml b/bors.toml index ecb4640..945dbd0 100644 --- a/bors.toml +++ b/bors.toml @@ -1,7 +1,6 @@ cut_body_after = "" # don't include text from the PR body in the merge commit message status = [ "Evaluate flake.nix", - # nix flake show --json | jq -r '.nixosConfigurations | keys[] | " \"nixosConfig \(.)\","' "nixosConfig example-common", "nixosConfig example-desktop", "nixosConfig example-hardware-amazon", @@ -14,5 +13,6 @@ status = [ "nixosConfig example-mixins-trusted-nix-caches", "nixosConfig example-roles-github-actions-runner", "nixosConfig example-roles-github-actions-runner-github-app", - "nixosConfig example-server", + "nixosConfig example-roles-nix-remote-builder", + "nixosConfig example-server" ]