Skip to content

Commit

Permalink
Limit checks to "defaults" since that's what matters
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Mar 28, 2024
1 parent 48910c9 commit 5caf56b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
fmt = pkgs.callPackage ./nix/fmt {};
});
formatter = eachSystem (system: self.packages.${system}.fmt);
defaults = eachSystem (system: self.packages.${system}.default)
githubActions = nix-github-actions.lib.mkGithubMatrix {
checks = nixpkgs.lib.getAttrs [ "x86_64-linux" ] self.packages;
checks = nixpkgs.lib.getAttrs [ "x86_64-linux" ] self.defaults;
};
};
}

0 comments on commit 5caf56b

Please sign in to comment.