Add bash as a direct dependency

This commit is contained in:
Sameer Rahmani 2024-02-20 17:21:29 +00:00
parent 82b377f00e
commit d53d872068
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@
nerdfonts, nerdfonts,
gcc, gcc,
ltex-ls, ltex-ls,
bash,
}: }:
with builtins; with builtins;
@ -144,7 +145,7 @@ stdenv.mkDerivation (final:
nerdfonts nerdfonts
gcc gcc
ltex-ls ltex-ls
bash
]; ];