bors.toml: re-generate from the current checks

This commit is contained in:
zimbatm 2023-02-07 18:29:51 +01:00
parent 8f5d1dbd37
commit 56b715d695
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -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"
]