mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
9 lines
201 B
Python
9 lines
201 B
Python
# Copyright (c) 2019-2024, see AUTHORS. Licensed under MIT License, see LICENSE
|
|
|
|
import bootstrap_channels
|
|
import on_device_tests
|
|
|
|
|
|
def run(d):
|
|
bootstrap_channels.run(d)
|
|
on_device_tests.run(d)
|