From 2885c61fd384d7cf30d7b1bfec01df60905b083a Mon Sep 17 00:00:00 2001 From: willemml Date: Thu, 16 Nov 2023 10:30:30 -0800 Subject: [PATCH] Adds thinkpad host to GitHub Actions checks --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 4496c10..290a504 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }; };