flake.nix: Add rustc back to devShell

This commit is contained in:
Zhaofeng Li 2023-01-02 10:32:05 -07:00
parent 50e5ecb7f9
commit ee693e9585

View file

@ -61,6 +61,8 @@
default = pkgs.mkShell {
inputsFrom = with packages; [ attic book ];
nativeBuildInputs = with pkgs; [
rustc
rustfmt clippy
cargo-expand cargo-outdated cargo-edit