This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
emacs/formatter/default.nix

5 lines
70 B
Nix

{
perSystem = {pkgs, ...}: {
formatter = pkgs.alejandra;
};
}