about summary refs log tree commit diff
path: root/users/tazjin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/default.nix')
-rw-r--r--users/tazjin/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/tazjin/default.nix b/users/tazjin/default.nix
index 0c1baf14c8..8359b2de32 100644
--- a/users/tazjin/default.nix
+++ b/users/tazjin/default.nix
@@ -10,6 +10,9 @@ let
 
 in
 rustfmt.overrideAttrs (_: {
+  # rustfmt not respecting config atm, disable
+  meta.ci.skip = true;
+
   meta.ci.extraSteps.rustfmt = {
     command = rustfmt;
   };