From c351d2197cdf08194980f3f887f4d5d6a41e0b32 Mon Sep 17 00:00:00 2001 From: xinyangli Date: Mon, 5 May 2025 21:54:18 +0800 Subject: [PATCH] hydra: add agate configuration --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 3c9127c..2c90f9f 100644 --- a/flake.nix +++ b/flake.nix @@ -329,6 +329,9 @@ }; } // self.colmenaHive.nodes; + hydraJobs = { + agate = self.nixosConfigurations.agate.config.system.build.toplevel; + }; } // flake-utils.lib.eachDefaultSystem ( system: