1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 04:27:45 +00:00

fixup: re-add cargo & treefmt

- these where under the devshell commands section and fell through
This commit is contained in:
David Arnold 2022-01-30 19:44:58 -05:00
parent ccf4aaf9a6
commit 0e1e0f52db
No known key found for this signature in database
GPG key ID: 0318D822BAC965CC
2 changed files with 3 additions and 3 deletions

View file

@ -65,6 +65,7 @@
name = "Alejandra";
packages = [
fenix.rust-analyzer
fenix.latest.cargo
fenix.latest.clippy
fenix.latest.rust-src
fenix.latest.rustc
@ -75,6 +76,7 @@
nixpkgs.nodePackages.prettier
nixpkgs.nodePackages.prettier-plugin-toml
nixpkgs.shfmt
treefmt
];
};
}