Skip to content

Commit

Permalink
Fix mainProgram regression
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Oct 18, 2024
1 parent 2a9f7f9 commit bb43e7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/choose-meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ in
has_packages = contents.meta.hasPackages;
}) // (lib.optionalAttrs (lib.hasAttrByPath ["meta" "lessCommon"] contents) {
less_common = contents.meta.lessCommon;
}) // (lib.optionalAttrs (lib.hasAttrByPath ["meta" "mainProgram"] contents) {
main_program = contents.meta.mainProgram;
}) // (lib.optionalAttrs ((contents ? "settingsSchema") || includeOutputsOption) {
settings_schema =
(contents.settingsSchema or {})
Expand Down

0 comments on commit bb43e7e

Please sign in to comment.