about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0475b62..88cc5fd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -77,6 +77,7 @@
         }
       ) packageVersions;
 
-    hydraJobs = { "A" = self.packages.aarch64-darwin.wyze-4_17_3_93; };
+    #hydraJobs = { "A" = self.packages.aarch64-darwin.wyze-4_17_3_93; };
+    hydraJobs = self.packages;
   };
 }