diff options
Diffstat (limited to 'users/tazjin/default.nix')
-rw-r--r-- | users/tazjin/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/tazjin/default.nix b/users/tazjin/default.nix index 0c1baf14c8df..8359b2de3275 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; }; |