mirror of
https://github.com/LordGrimmauld/yubi-oath-rs.git
synced 2025-03-03 21:34:40 +01:00
7 lines
159 B
Nix
7 lines
159 B
Nix
{ ... }:
|
|
{
|
|
projectRootFile = "flake.nix";
|
|
programs.nixfmt-rfc-style.enable = true;
|
|
programs.rustfmt.enable = true;
|
|
programs.toml-sort.enable = true;
|
|
}
|