Merge pull request #265 from nix-community/repair-local-ci

flake: remove "moving away the `unsupportedChecks`"
This commit is contained in:
Ryan Lahfa 2023-11-29 18:53:34 +00:00 committed by GitHub
commit 43582b56cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 # 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 # we don't have KVM support and cannot test in CI, but we still can meaningfully
# build packages. # build packages.
{
path = [ "legacyPackages" "unsupportedChecks" ];
update = checks: checks // (nixpkgs.lib.filterAttrs (name: _: !builtins.elem name supportedSystems) outputs.checks);
}
{ {
path = [ "checks" ]; path = [ "checks" ];
update = nixpkgs.lib.filterAttrs (name: _: builtins.elem name supportedSystems); update = nixpkgs.lib.filterAttrs (name: _: builtins.elem name supportedSystems);