Sridhar Ratnakumar
Sridhar Ratnakumar
Perhaps as `apply` option to this: https://github.com/Platonic-Systems/process-compose-flake/blob/9344fac44edced4c686721686a6ad904d067c546/nix/process-compose/default.nix#L14-L21 --- nixpkgs reference example, https://github.com/NixOS/nixpkgs/blob/cb276443480ea124714ace4e972e6b3170d797ff/pkgs/applications/science/logic/klee/default.nix#L44 cf. https://github.com/Platonic-Systems/process-compose-flake/discussions/71?converting=1
https://github.com/F1bonacc1/process-compose/issues/129#issuecomment-1902762097
For the macOS only template when used on a new Mac Studio: https://community.flake.parts/nixos-flake/templates#macos
cf. https://github.com/DeterminateSystems/nuenv/issues/3#issuecomment-2225699571 --- Either use https://github.com/DeterminateSystems/nuenv/pull/27 (as new flake input) or include that snippet in this repo to avoid yet another flake input (https://github.com/DeterminateSystems/nuenv/discussions/28). Consider supporting things like #61 in...
After #54 is merged (In combination with `--json` we could use it to test the `.#activate` app thoroughly)
And then add `nufmt` as a formatter after #54 is merged Nix files should be formatted as well.
This restriction is so because by design we can only output processes (via `outputs.settings`) not further services. https://github.com/juspay/services-flake/blob/7200b458b5719eaf08c72eb7110b889f25b8e26f/nix/lib.nix#L43-L54 https://community.flake.parts/services-flake/custom-service#multi-instance -- Whereas, from user standpoint, it makes sense to have a...
Do we care to support Intel Mac? Do our internal repos/users use intel mac to run services? If not, we probably can close this issue as "won't fix" (and make...
Add one-liners in `README` for people to try out services-flake without needing to write a flake first. This can just use existing examples. For eg., the following works for me...
For eg., the postgres service could provide a devShell output that includes `psql` cli. Ref (from an internal project that @shivaraj-bh should have access to): Can we write that as:...