From 5315feb6120675612ae25f7dadd7375010842045 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Mon, 19 Jun 2023 23:45:23 +0200 Subject: [PATCH] Removed `rock5b` check --- checks/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/default.nix b/checks/default.nix index 8ba79bd..21ccf80 100644 --- a/checks/default.nix +++ b/checks/default.nix @@ -29,7 +29,7 @@ inherit (self.nixosConfigurations) thinkpad mothership; }; aarch64-linux = { - inherit (self.nixosConfigurations) pbp rock5b; + inherit (self.nixosConfigurations) rock5b; #pbp; }; }; }