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
|
|
@ -85,11 +85,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
fenix = {
|
||||
url = "github:nix-community/fenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
# temp theme until i bother creating my own </3
|
||||
sddm-silent = {
|
||||
url = "github:uiriansan/SilentSDDM";
|
||||
|
|
|
|||
|
|
@ -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