mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
login-inner: get rid of gnused in flake bootstrap
This commit is contained in:
parent
35076ea33f
commit
bab7c453f4
2 changed files with 22 additions and 11 deletions
|
|
@ -40,8 +40,8 @@ def run(d):
|
|||
wait_for(d, 'Setting up Nix-on-Droid with flakes...')
|
||||
|
||||
wait_for(d, 'Installing flake from default template...')
|
||||
wait_for(d, 'Overriding system value in the flake...', timeout=600)
|
||||
wait_for(d, 'Installing first Nix-on-Droid generation...')
|
||||
wait_for(d, 'Overriding system value in the flake...')
|
||||
wait_for(d, 'Installing first Nix-on-Droid generation...', timeout=180)
|
||||
wait_for(d, 'Building activation package', timeout=180)
|
||||
wait_for(d, 'Congratulations!', timeout=900)
|
||||
wait_for(d, 'bash-5.2$')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue