fix: remove nix bash from the dogfood image (#9195)

This was unnecessary.
This commit is contained in:
Kyle Carberry
2023-08-18 17:59:25 +00:00
committed by GitHub
parent bbaa057e15
commit 9e9c79dbd3
+1 -2
View File
@@ -16,7 +16,6 @@
# Use `nix flake update` to update the lock file if packages are out-of-date.
devShellPackages = with pkgs; [
bat
bash
cairo
curl
drpc.defaultPackage.${system}
@@ -169,7 +168,7 @@
# Allow people to change shells!
(
pkgs.writeTextDir "etc/shells" ''
${pkgs.bash}/bin/bash
/bin/bash
${pkgs.zsh}/bin/zsh
''
)