mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Add a comment to clarify setting user.shell
This commit is contained in:
parent
cb3635c973
commit
d551f63871
1 changed files with 2 additions and 0 deletions
|
|
@ -14,7 +14,9 @@ let
|
|||
pkgs = nixpkgs;
|
||||
|
||||
config = {
|
||||
# Fix invoking bash after initial build.
|
||||
user.shell = "${packageInfo.bash}/bin/bash";
|
||||
|
||||
imports = [ ../modules/build/initial-build.nix ];
|
||||
|
||||
_module.args = { inherit customPkgs; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue