realised that rustfmt nightly is in nixpkgs already lol :3
This commit is contained in:
parent
3ebf01c47e
commit
9c22f23bc0
2 changed files with 1 additions and 6 deletions
|
|
@ -67,7 +67,7 @@ in {
|
|||
rust = {
|
||||
lsp = [cargo mpkgs.rust-analyzer];
|
||||
# nightly rustfmt has nicer features :3
|
||||
format = [inputs.fenix.packages.${system}.complete.rustfmt];
|
||||
format = [(rustfmt.override {asNightly = true;})];
|
||||
};
|
||||
zig = {
|
||||
lsp = [zls];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue