-
Notifications
You must be signed in to change notification settings - Fork 16
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
use with php-composer-builder flake overlay #31
Comments
I managed to get rid of this, but now I get:
|
This issue can be closed since the PHP/Composer builder has been merged in |
I noticed this as well and started using the upstream version, but the real problem lies in the phpfpm service module: it assumes the A hack I found is https://github.com/docteurklein/nixok/blob/208201b5ca137982abcc388290c7eba9c46172e5/flake.nix#L109-L112 Anyway, this can be closed indeed! Thanks for the answer :) |
This issue could easily be fixed upstream, how about opening an issue on |
Hi! thanks for the good work!
I'm trying to create a php-fpm service whose package has been built using
pkgs.api.buildComposerProject
from project https://github.com/loophp/nix-php-composer-builder.But that creates problems I don't understand. Here is a reproducible case: https://github.com/docteurklein/kubenix-test
Note that the nixpkgs package works well:
so I suspect a problem with overlays.
Any idea?
Thanks a lot.
The text was updated successfully, but these errors were encountered: