about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/grfn/achilles/default.nix3
-rw-r--r--users/grfn/system/home/modules/games.nix1
2 files changed, 4 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;
 }
diff --git a/users/grfn/system/home/modules/games.nix b/users/grfn/system/home/modules/games.nix
index 8067caf65f..5272ac9330 100644
--- a/users/grfn/system/home/modules/games.nix
+++ b/users/grfn/system/home/modules/games.nix
@@ -11,6 +11,7 @@ let
     theme = null;
     enableIntro = false;
     enableFPS = true;
+    enableDFHack = false; # Fails to build currently
   });
 
   init = runCommand "init.txt" { } ''