diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2020-11-26 20:09:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-26 20:09:13 +0100 |
| commit | 6c6eb8ace6599a33eeb33e28453a601ab02e523e (patch) | |
| tree | d368e63701f434545c5b95f6cc53114c44c6c829 /modules/system | |
| parent | e1064b0c695b9c653caf15218535177dff6a4c71 (diff) | |
| parent | d0d89fda1d7d75f3dffe5d76171ad6454fd829d7 (diff) | |
Merge pull request #254 from stephank/fix-shells
Add /bin/dash to shells
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/shells.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/shells.nix b/modules/system/shells.nix index 5cc6e44..3009927 100644 --- a/modules/system/shells.nix +++ b/modules/system/shells.nix @@ -31,6 +31,7 @@ in /bin/bash /bin/csh + /bin/dash /bin/ksh /bin/sh /bin/tcsh |
