mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
modules, ...: get rid of config.build.arch
This commit is contained in:
parent
54a535b91b
commit
45fcd2da39
15 changed files with 67 additions and 54 deletions
|
|
@ -30,9 +30,9 @@ 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 input urls / arch in flake...')
|
||||
wait_for(d, 'Installing first Nix-on-Droid generation...', timeout=600)
|
||||
wait_for(d, 'Building activation package')
|
||||
wait_for(d, 'Overriding system value in the flake...', timeout=600)
|
||||
wait_for(d, 'Installing first Nix-on-Droid generation...')
|
||||
wait_for(d, 'Building activation package', timeout=180)
|
||||
wait_for(d, 'Congratulations!', timeout=900)
|
||||
wait_for(d, 'bash-5.2$')
|
||||
screenshot(d, 'bootstrap-ends')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue