mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-06-12 11:01:19 -07:00
prettify treefmt.nix, no effective changes
This commit is contained in:
+6
-1
@@ -24,5 +24,10 @@
|
||||
"*.toml"
|
||||
];
|
||||
};
|
||||
programs.rustfmt.enable = true;
|
||||
programs.rustfmt = {
|
||||
enable = true;
|
||||
includes = [
|
||||
"*.rs"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user