In order to use Alejandra with pre-commit-hooks.nix use a configuration file like the following:
{
pre-commit-check = pre-commit-hooks.lib.${system}.run {
hooks = {
alejandra.enable = true;
};
};
}
In order to use Alejandra with pre-commit-hooks.nix use a configuration file like the following:
{
pre-commit-check = pre-commit-hooks.lib.${system}.run {
hooks = {
alejandra.enable = true;
};
};
}