6 lines
144 B
Nix
6 lines
144 B
Nix
# TODO: maybe use flake-parts
|
|
{...}: {
|
|
# Used to find the project root
|
|
projectRootFile = "flake.nix";
|
|
programs.alejandra.enable = true;
|
|
}
|