-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Perhaps as apply option to this:
process-compose-flake/nix/process-compose/default.nix
Lines 14 to 21 in 9344fac
| 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,
cf. #71
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers