Skip to content

Commit 42c1bd9

Browse files
committed
dev-shell: Add interactive bash readline support for the dev shell
The tool I (Tzanko) use to manage my commits called jj-fzf needs to have interactive readline support. Signed-off-by: Tzanko Matev <[email protected]>
1 parent 2414d6f commit 42c1bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
let pkgs = import nixpkgs { inherit system; };
1313
in {
1414
default = pkgs.mkShell {
15-
packages = with pkgs; [ python3 just git-lfs ];
15+
packages = with pkgs; [ bashInteractive python3 just git-lfs ];
1616
};
1717
});
1818
};

0 commit comments

Comments
 (0)