a6a81cce1b
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
11 lines
252 B
Nix
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;
|
|
};
|
|
}
|