mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Fix issues of lazy install of login-inner
If initalisation is done, a new session would result in a reinit as login-inner is not installed. The file /etc/UNINTIALISED helps to prevent this from happening. The same applies to any logic like home-manager sourcing which would only take effect after restarting the app.
This commit is contained in:
parent
e0ee316311
commit
90e5fb2f49
2 changed files with 35 additions and 34 deletions
|
|
@ -39,6 +39,7 @@ with lib;
|
|||
environment.etc = {
|
||||
"group".enable = false;
|
||||
"passwd".enable = false;
|
||||
"UNINTIALISED".text = "";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue