mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-14 13:01:13 +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;
|
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; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue