summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-11-26 20:09:13 +0100
committerGitHub <noreply@github.com>2020-11-26 20:09:13 +0100
commit6c6eb8ace6599a33eeb33e28453a601ab02e523e (patch)
treed368e63701f434545c5b95f6cc53114c44c6c829 /modules/system
parente1064b0c695b9c653caf15218535177dff6a4c71 (diff)
parentd0d89fda1d7d75f3dffe5d76171ad6454fd829d7 (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.nix1
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