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

Assert minimum process-compose version #72

Open
srid opened this issue Jul 30, 2024 · 0 comments
Open

Assert minimum process-compose version #72

srid opened this issue Jul 30, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@srid
Copy link
Member

srid commented Jul 30, 2024

Perhaps as apply option to this:

package = mkOption {
type = types.package;
default = pkgs.process-compose;
defaultText = lib.literalExpression "pkgs.process-compose";
description = ''
The process-compose package to bundle up in the command package and flake app.
'';
};


nixpkgs reference example,

https://github.com/NixOS/nixpkgs/blob/cb276443480ea124714ace4e972e6b3170d797ff/pkgs/applications/science/logic/klee/default.nix#L44

cf. #71

@srid srid added the good first issue Good for newcomers label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant