flake.nix: Add bashInteractive to dev shell

This commit is contained in:
Zhaofeng Li 2022-06-02 16:39:45 -07:00
parent f140ea4080
commit 52d969425c

View file

@ -64,6 +64,7 @@
inputsFrom = [ defaultPackage packages.manualFast ];
packages = with pkgs; [
bashInteractive
python3 editorconfig-checker
clippy rust-analyzer cargo-outdated
];