flake/devshells: Move rustc to separate category

This commit is contained in:
Zhaofeng Li 2024-09-08 12:44:22 -04:00
parent 1da3ed6b50
commit 8157a3337a

View File

@ -35,9 +35,11 @@ in
cfg = config.attic.devshell;
in {
attic.devshell.packageSets = with pkgs; {
rust = [
rustc = [
rustc
];
rust = [
cargo-expand
cargo-outdated
cargo-edit