chore: add bashInteractive to buildInputs in dev shell

This commit is contained in:
2025-04-06 23:34:06 -04:00
parent a3c1ae5615
commit b44d59bd21

View File

@@ -33,6 +33,7 @@
default = pkgs.mkShell {
hardeningDisable = [ "fortify" ];
buildInputs = [
pkgs.bashInteractive
pkgs.go
pkgs.delve
];