flake: remove moving away the `unsupportedChecks`

Alas, I don't know how to do this properly with Flakes, it is a sad state of affairs.
This commit is contained in:
Raito Bezarius 2023-11-24 16:09:00 +01:00
parent cbafc8f8fe
commit d48eac71a4
1 changed files with 0 additions and 4 deletions

View File

@ -43,10 +43,6 @@
# 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);