about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a8251b7..0475b62 100644
--- a/flake.nix
+++ b/flake.nix
@@ -77,6 +77,6 @@
         }
       ) packageVersions;
 
-    hydraJobs = self.packages.aarch64-darwin.wyze-4_17_3_93;
+    hydraJobs = { "A" = self.packages.aarch64-darwin.wyze-4_17_3_93; };
   };
 }