mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Adds thinkpad host to GitHub Actions checks
This commit is contained in:
parent
410aeeed62
commit
2885c61fd3
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue