diff --git a/nix/fg42.nix b/nix/fg42.nix index 6d82ab3..a23cd28 100644 --- a/nix/fg42.nix +++ b/nix/fg42.nix @@ -34,6 +34,7 @@ nerdfonts, gcc, ltex-ls, + bash, }: with builtins; @@ -144,7 +145,7 @@ stdenv.mkDerivation (final: nerdfonts gcc ltex-ls - + bash ];