Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve process-compose related "FIX ME" in flake.nix #66

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arjunkathuria
Copy link
Member

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates

Description

Updates a process-compose related "FIX ME" in flake.nix file which was marked as such in a previous iteration

Should now be on parity with what it used to be before.

Additional Changes

  • This PR modifies the database schema (database migration added)
  • This PR modifies dhall configs/environment variables

Motivation and Context

During the update to GHC 9.2.7, process-compose-flake version got implicitly upgraded as-well.
The newer process-compose-flake version was incompatible with the older syntax present in the repo for it and thus was marked as a fix-me, to be looked at later.
Finally got around to solving the previous "FIX ME".

How did you test it?

Built on local. DevShell builds, cabal project builds.

Checklist

  • I formatted the code and addressed linter errors ./dev/format-all-files.sh
  • I reviewed submitted code
  • I added unit tests for my changes where possible
  • I added a CHANGELOG entry if applicable

Updates process-compose part in flake.nix file which
was marked as a "FIX ME" in a previous iteration
as relevant.

Should now be on parity with what it used to be before.
Copy link
Member

@srid srid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines +30 to +31
beckn-gateway.command = lib.getExe self'.packages.beckn-gateway;
mock-registry.command = lib.getExe self'.packages.mock-registry;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lib.getExe is redundant here, because command is a sum type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants