sort packages

This commit is contained in:
Brian Hicks 2024-04-04 05:47:29 -05:00
parent 1e76e9b746
commit 80bed6eb8d
No known key found for this signature in database
GPG Key ID: C4F324B9CAAB0D50

View File

@ -12,12 +12,12 @@
devShell = pkgs.mkShell {
packages = [
pkgs.rustc
pkgs.rustfmt
pkgs.cargo
pkgs.clippy
pkgs.rust-analyzer
pkgs.libiconv
pkgs.rust-analyzer
pkgs.rustc
pkgs.rustfmt
];
};
}