summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorStéphan Kochen <git@stephank.nl>2020-11-21 20:06:52 +0100
committerStéphan Kochen <git@stephank.nl>2020-11-21 20:07:26 +0100
commitd0d89fda1d7d75f3dffe5d76171ad6454fd829d7 (patch)
treed22756c1006b2d99f7ca4d2a0a2aabef44d532ed /modules/system
parent6bd5208e7ffd141f2b2c4bd639e11ca5b96aec8c (diff)
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