nixfiles/formatter.nix
2023-01-27 15:20:34 -08:00

8 lines
118 B
Nix

{
inputs,
pkgs,
...
}:
inputs.utils.lib.eachDefaultSystem (system: {
${system} = pkgs.${system}.alejandra;
})