From 640f39ae0d38de4dbc2da5e9c53e679760e106a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Zaffarano?= Date: Sat, 6 Dec 2025 16:30:34 +0100 Subject: [PATCH 1/2] docs: Add rumdl to the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3ead1501..f655808e 100644 --- a/README.md +++ b/README.md @@ -246,14 +246,17 @@ use nix - [clang-format](https://clang.llvm.org/docs/ClangFormat.html).\ You may restrict which languages should be formatted by `clang-format` using `clang-format.types_or`. For example to check only C and C++ files: + ```nix clang-format = { enable = true; types_or = lib.mkForce [ "c" "c++" ]; }; ``` + Otherwise, the default internal list is used which includes everything that clang-format supports. + - [clang-tidy](https://clang.llvm.org/extra/clang-tidy/) - [cmake-format](https://cmake-format.readthedocs.io/en/latest/) @@ -380,6 +383,7 @@ use nix - [mdformat](https://github.com/hukkin/mdformat) - [mdl](https://github.com/markdownlint/markdownlint/) - [mdsh](https://zimbatm.github.io/mdsh/) +- [rumdl](https://github.com/rvben/rumdl) ### Nix From 0bf58ae0e7dd10fda1cb04d7528dd424ded5eea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Zaffarano?= Date: Sat, 6 Dec 2025 18:18:08 +0100 Subject: [PATCH 2/2] deps: Bump nixpkgs --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index c6c5cae8..c0ad03dc 100644 --- a/flake.lock +++ b/flake.lock @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1759417375, - "narHash": "sha256-O7eHcgkQXJNygY6AypkF9tFhsoDQjpNEojw3eFs73Ow=", + "lastModified": 1764947035, + "narHash": "sha256-EYHSjVM4Ox4lvCXUMiKKs2vETUSL5mx+J2FfutM7T9w=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "dc704e6102e76aad573f63b74c742cd96f8f1e6c", + "rev": "a672be65651c80d3f592a89b3945466584a22069", "type": "github" }, "original": {