Skip to content

Commit 63f9171

Browse files
kylecarbspull[bot]
authored andcommitted
fix: remove nix bash from the dogfood image (#9195)
This was unnecessary.
1 parent 8a92587 commit 63f9171

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# Use `nix flake update` to update the lock file if packages are out-of-date.
1717
devShellPackages = with pkgs; [
1818
bat
19-
bash
2019
cairo
2120
curl
2221
drpc.defaultPackage.${system}
@@ -169,7 +168,7 @@
169168
# Allow people to change shells!
170169
(
171170
pkgs.writeTextDir "etc/shells" ''
172-
${pkgs.bash}/bin/bash
171+
/bin/bash
173172
${pkgs.zsh}/bin/zsh
174173
''
175174
)

0 commit comments

Comments
 (0)