aboutsummaryrefslogtreecommitdiff
path: root/nix/dev.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/dev.nix')
-rw-r--r--nix/dev.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nix/dev.nix b/nix/dev.nix
index 635c6bb4..e42ac5b4 100644
--- a/nix/dev.nix
+++ b/nix/dev.nix
@@ -19,8 +19,7 @@
nil.enable = true;
clang-format = {
- enable =
- false; # As most of the codebase is **not** formatted, we don't want clang-format yet
+ enable = true;
types_or = ["c" "c++"];
};
};