nixos-config/checks/fmt/default.nix

11 lines
138 B
Nix

{
inputs,
system,
...
}:
inputs.pre-commit-hooks.lib.${system}.run {
src = ../..;
hooks = {
alejandra.enable = true;
};
}