flake.nix: Add bashInteractive to dev shell
This commit is contained in:
parent
f140ea4080
commit
52d969425c
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
||||||
|
|
||||||
inputsFrom = [ defaultPackage packages.manualFast ];
|
inputsFrom = [ defaultPackage packages.manualFast ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
bashInteractive
|
||||||
python3 editorconfig-checker
|
python3 editorconfig-checker
|
||||||
clippy rust-analyzer cargo-outdated
|
clippy rust-analyzer cargo-outdated
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue