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

This commit is contained in:
Andrea Ciceri 2024-07-11 12:08:32 +02:00
parent c9951e3774
commit cc2bae9274
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 27 additions and 7 deletions

View file

@ -291,6 +291,7 @@ in {
internal = true;
default = hostname: config:
inputs.nix-on-droid.lib.nixOnDroidConfiguration {
pkgs = inputs.nixpkgsUnstable.legacyPackages.aarch64-linux;
modules = [
({
lib,
@ -298,6 +299,7 @@ in {
...
}: {
nixpkgs.overlays = config.overlays;
_module.args.fleetFlake = self;
})
"${self.outPath}/hosts/${hostname}"
];