fix build with allowAliases=false

This commit is contained in:
volth
2018-07-23 00:12:23 +00:00
parent 18d0ed20e8
commit 92b3e8f147
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -120,8 +120,8 @@ let
shell = mkOption {
type = types.either types.shellPackage types.path;
default = pkgs.nologin;
defaultText = "pkgs.nologin";
default = pkgs.shadow;
defaultText = "pkgs.shadow";
example = literalExample "pkgs.bashInteractive";
description = ''
The path to the user's shell. Can use shell derivations,