Fix
Some checks failed
/ test (push) Failing after 28s

This commit is contained in:
Andrea Ciceri 2024-07-11 12:08:32 +02:00
parent c9951e3774
commit e86f84d901
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -291,6 +291,8 @@ in {
internal = true; internal = true;
default = hostname: config: default = hostname: config:
inputs.nix-on-droid.lib.nixOnDroidConfiguration { inputs.nix-on-droid.lib.nixOnDroidConfiguration {
pkgs = inputs.nixpkgsUnstable;
system = "aarch64-linux";
modules = [ modules = [
({ ({
lib, lib,