realised that rustfmt nightly is in nixpkgs already lol :3

This commit is contained in:
foxora 2026-03-13 23:19:37 +00:00
parent 3ebf01c47e
commit 9c22f23bc0
2 changed files with 1 additions and 6 deletions

View file

@ -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";

View file

@ -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];