mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
refactor: use more rustfmt rules
This commit is contained in:
parent
529821fb40
commit
8f724a92c4
4 changed files with 54 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
|||
description = "The Uncompromising Nix Code Formatter";
|
||||
|
||||
inputs = {
|
||||
fenix.url = "github:nix-community/fenix";
|
||||
fenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
flakeCompat.url = github:edolstra/flake-compat;
|
||||
flakeCompat.flake = false;
|
||||
|
||||
|
@ -103,6 +106,7 @@
|
|||
cargo-tarpaulin
|
||||
clippy
|
||||
jq
|
||||
inputs.fenix.packages."x86_64-linux".latest.rustfmt
|
||||
linuxPackages_latest.perf
|
||||
nodejs
|
||||
nodePackages.prettier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue