Skip to content

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

Open
arjunkathuria wants to merge 1 commit into
mainfrom
fix-me-process-compose
Open

Solve process-compose related "FIX ME" in flake.nix#66
arjunkathuria wants to merge 1 commit into
mainfrom
fix-me-process-compose

Conversation

@arjunkathuria

Copy link
Copy Markdown
Contributor

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.
@arjunkathuria
arjunkathuria requested a review from srid as a code owner January 9, 2024 11:59

@srid srid left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

Comment thread flake.nix
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
Copy Markdown
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