← back to Exo
add aarch64-linux for the spark
93f699b660e26329c8e934223872ef1115389b3a · 2025-11-28 11:08:18 +0000 · Evan
Files touched
Diff
commit 93f699b660e26329c8e934223872ef1115389b3a
Author: Evan <evanev7@gmail.com>
Date: Fri Nov 28 11:08:18 2025 +0000
add aarch64-linux for the spark
---
flake.nix | 1 +
1 file changed, 1 insertion(+)
diff --git a/flake.nix b/flake.nix
index d2bd1b67..45c78e93 100644
--- a/flake.nix
+++ b/flake.nix
@@ -24,6 +24,7 @@
systems = [
"x86_64-linux"
"aarch64-darwin"
+ "aarch64-linux"
];
in
inputs.flake-utils.lib.eachSystem systems (
← b43d3056 todo for layer-independent parameters in get_allow_patterns
·
back to Exo
·
worker no longer gets stuck after shutdown 10c905c8 →