From d95671222a7892db423849007021f7f4b41c5736 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sat, 26 Jun 2021 23:26:47 +0200 Subject: hydra: try different attrset scheme --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c493fe4..3f0a083 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ # Build other outputs with (for example): "nix build .#robotnixConfigurations.dailydriver.ota" defaultPackage.x86_64-linux = self.robotnixConfigurations.fp3.img; - hydraJobs.robotnixConfigurations = { + hydraJobs = { inherit (self.robotnixConfigurations) fp2 fp3; }; }; -- cgit v1.2.3