nix-weather/treefmt.nix
Christina Sørensen a6a81cce1b
chore: initial commit
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-03-15 09:55:00 +01:00

11 lines
252 B
Nix

# SPDX-FileCopyrightText: 2023 Christina Sørensen
# SPDX-FileContributor: Christina Sørensen
#
# SPDX-License-Identifier: AGPL-3.0-only
{
projectRootFile = "Cargo.toml";
programs = {
alejandra.enable = true;
rustfmt.enable = true;
};
}