about summary refs log tree commit diff
path: root/users/grfn/achilles/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/achilles/default.nix')
-rw-r--r--users/grfn/achilles/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/grfn/achilles/default.nix b/users/grfn/achilles/default.nix
index 5245049d4a..6dab0a5a62 100644
--- a/users/grfn/achilles/default.nix
+++ b/users/grfn/achilles/default.nix
@@ -21,4 +21,7 @@ depot.third_party.naersk.buildPackage {
   ]);
 
   doCheck = true;
+
+  # Trouble linking against LLVM, maybe since rustc's llvmPackages got bumped?
+  meta.ci.skip = true;
 }