chore(nix): add nil

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-05-27 19:25:49 -04:00
parent 5d14724e66
commit a52574b026
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -16,6 +16,7 @@
alejandra.enable = true;
deadnix.enable = true;
nil.enable = true;
clang-format = {
enable =
@ -33,6 +34,7 @@
alejandra
deadnix
clang-tools
nil
];
inputsFrom = [self.packages.${system}.default];