From 887f343bd6a5948cc162f6f65326d83ea95a898b Mon Sep 17 00:00:00 2001 From: Cat Date: Fri, 10 Jan 2025 15:32:46 +0100 Subject: [PATCH] [enh] shell.nix: bash -> bashInteractive Co-authored-by: Sandro --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index d43047b9c..634ebfc14 100644 --- a/shell.nix +++ b/shell.nix @@ -10,7 +10,7 @@ Done! (pkgs.buildFHSEnv { name = "searxng"; multiPkgs = pkgs: (with pkgs; [ - bash + bashInteractive wget gnumake git