From f97df9d600c40b16e9c10f75de377002fd00f2d4 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Thu, 19 Jan 2023 18:55:22 +0100 Subject: [PATCH] added 1 job --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7ecd1f6..e810b95 100644 --- a/flake.nix +++ b/flake.nix @@ -107,7 +107,7 @@ }; }; - hydraJobs.test.x86_64-linux = self.nixosConfigurations.lisa.config.system.build.toplevel; + hydraJobs.test = self.nixosConfigurations.tower.config.system.build.toplevel; packages."x86_64-linux" = { tinystatus = import ./packages/tinystatus { inherit pkgs; };