Skip to content

Commit

Permalink
add missing config. in genAll
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Jul 19, 2023
1 parent c8c3a4d commit 72b8653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/output.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let

commandApps = mapAttrs (_: c: app "${c.path}");

genAll = pkgs.writeScript "hix-gen-all" ''
genAll = config.pkgs.writeScript "hix-gen-all" ''
${config.hpack.script}
${if config.gen-overrides.enable then genOverrides else ""}
'';
Expand Down

0 comments on commit 72b8653

Please sign in to comment.