Skip to content

Commit

Permalink
Merge pull request #265 from nix-community/repair-local-ci
Browse files Browse the repository at this point in the history
flake: remove "moving away the `unsupportedChecks`"
  • Loading branch information
RaitoBezarius authored Nov 29, 2023
2 parents cbafc8f + d48eac7 commit 43582b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 43582b5

Please # to comment.