1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-10-05 16:57:13 +03:00

ci: Fix instantiate-all.nix

Though it's being ran by Github Actions, it looks like that the way it's
implemented now stopped failing the PRs on failures? Something to look
at some other day :/.
This commit is contained in:
Samuel Dionne-Riel 2023-01-26 16:26:29 -05:00
parent 472775eaa4
commit 5c778187c2

View File

@ -68,7 +68,10 @@ let
# We could try and do something smart to unwrap two levels of attrsets
# automatically, but by stating we want those paths we are ensuring that
# they are still present in the attrsets.
(dig "examples-demo.aarch64-linux") //
(dig "examples.hello") //
(dig "examples.phosh") //
(dig "examples.plasma-mobile") //
(dig "installer") //
(dig "overlay.aarch64-linux.aarch64-linux") //
(dig "overlay.x86_64-linux.aarch64-linux-cross") //
(dig "overlay.x86_64-linux.armv7l-linux-cross") //