mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
7 lines
120 B
Python
7 lines
120 B
Python
import bootstrap_channels
|
|
import on_device_tests
|
|
|
|
|
|
def run(d):
|
|
bootstrap_channels.run(d)
|
|
on_device_tests.run(d)
|