Add a comment to clarify setting user.shell

This commit is contained in:
Alexander Sosedkin 2020-04-25 17:12:43 +02:00
parent cb3635c973
commit d551f63871

View file

@ -14,7 +14,9 @@ let
pkgs = nixpkgs; pkgs = nixpkgs;
config = { config = {
# Fix invoking bash after initial build.
user.shell = "${packageInfo.bash}/bin/bash"; user.shell = "${packageInfo.bash}/bin/bash";
imports = [ ../modules/build/initial-build.nix ]; imports = [ ../modules/build/initial-build.nix ];
_module.args = { inherit customPkgs; }; _module.args = { inherit customPkgs; };