Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e9c79d

Browse files
authored
fix: remove nix bash from the dogfood image (#9195)
This was unnecessary.
1 parentbbaa057 commit9e9c79d

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=withpkgs;[
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)

[8]ページ先頭

©2009-2025 Movatter.jp