1
0
Fork 0
forked from foxora/nix

switched to rustfmt nightly :3

This commit is contained in:
foxora 2026-02-28 01:34:13 +00:00
parent 5c1749baa9
commit af79d61c1b
3 changed files with 48 additions and 3 deletions

View file

@ -71,7 +71,8 @@ in
rust = [
cargo
mpkgs.rust-analyzer
rustfmt
# nightly rustfmt has nicer features :3
inputs.fenix.packages.${system}.complete.rustfmt
];
zig = [
spkgs.zls # FIX: using spkgs version as zls is broken rn ;-;