flake: make sure clang-format exists

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2024-01-27 17:45:52 +00:00
parent a61f8fe68d
commit d111e1640a
No known key found for this signature in database
GPG Key ID: D3A4405BE6CC17F4
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
devShell = defaultPackage.overrideAttrs {
buildInputs = defaultPackage.buildInputs ++ [
pkgs.clang-tools
pkgs.llvmPackages_14.clang-unwrapped.python
];
};
});