Skip to content

Commit

Permalink
Remove package from the raw options
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Feb 18, 2024
1 parent db697eb commit 22683d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hook.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ in
config = {
raw =
{
inherit (config) name package entry language files types types_or pass_filenames fail_fast require_serial stages verbose always_run;
inherit (config) name entry language files types types_or pass_filenames fail_fast require_serial stages verbose always_run;
id = config.name;
exclude = mergeExcludes config.excludes;
};
Expand Down

0 comments on commit 22683d3

Please sign in to comment.