Adds thinkpad host to GitHub Actions checks

This commit is contained in:
willemml 2023-11-16 10:30:30 -08:00
parent 410aeeed62
commit 2885c61fd3
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD

View file

@ -89,6 +89,7 @@
githubActions = nix-github-actions.lib.mkGithubMatrix {
checks.x86_64-linux = {
nixbox = self.nixosConfigurations.nixbox.config.system.build.toplevel;
thinkpad = self.nixosConfigurations.thinkpad.config.system.build.toplevel;
pre-commit-check = self.checks.x86_64-linux.pre-commit-check;
};
};