mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] shell.nix: bash -> bashInteractive
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
a9b4dd348b
commit
887f343bd6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Done!
|
||||||
(pkgs.buildFHSEnv {
|
(pkgs.buildFHSEnv {
|
||||||
name = "searxng";
|
name = "searxng";
|
||||||
multiPkgs = pkgs: (with pkgs; [
|
multiPkgs = pkgs: (with pkgs; [
|
||||||
bash
|
bashInteractive
|
||||||
wget
|
wget
|
||||||
gnumake
|
gnumake
|
||||||
git
|
git
|
||||||
|
|
Loading…
Add table
Reference in a new issue