Revert "flake: remove moving away the `unsupportedChecks`"

This reverts commit d48eac71a4.

CI now supports aarch64-linux.
This commit is contained in:
Jörg Thalheim 2024-01-07 08:55:29 +01:00
parent 11e293475d
commit 7dfc5f07ce
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@
# Apply post-flakeparts massaging for limited supported systems, e.g. systems for which
# we don't have KVM support and cannot test in CI, but we still can meaningfully
# build packages.
{
path = [ "legacyPackages" "unsupportedChecks" ];
update = checks: checks // (nixpkgs.lib.filterAttrs (name: _: !builtins.elem name supportedSystems) outputs.checks);
}
{
path = [ "checks" ];
update = nixpkgs.lib.filterAttrs (name: _: builtins.elem name supportedSystems);