9 lines
168 B
Nix
9 lines
168 B
Nix
{inputs, ...}: {
|
|
imports = [inputs.treefmt-nix.flakeModule];
|
|
|
|
perSystem.treefmt = {
|
|
projectRootFile = "flake.nix";
|
|
programs.alejandra.enable = true;
|
|
};
|
|
}
|