From daeb8f7b23ddfaf21df36892f65bfffae305dfd1 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Thu, 9 Jun 2022 02:21:48 +0200 Subject: [PATCH] hydraJobs test --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 800e548..638c2fc 100644 --- a/flake.nix +++ b/flake.nix @@ -70,5 +70,10 @@ type = "app"; program = "${self.homeActivations.${machine}}/activate"; }); + + hydraJobs = { + laptop.x86_64-linux = self.homeActivations.laptop; + desktop.x86_64-linux = self.homeActivations.desktop; + }; }; }