Skip to content

Commit

Permalink
Fix addtional argument pass to lambda function (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
shackra authored Jul 8, 2024
1 parent b6941ff commit 2cad314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Schemas tell Nix about the structure of your flake's outputs
schemas = flake-schemas.schemas;

checks = forEachSupportedSystem ({system}: {
checks = forEachSupportedSystem ({system, ...}: {
# check that the code complies with a minimum standard use `--no-verify`
# to bypass this check when committing or pushing code
pre-commit-check = pre-commit-hooks.lib.${system}.run {
Expand Down

0 comments on commit 2cad314

Please sign in to comment.