| 2 Mar 2023 |
Berk Sümbül | In reply to @drupol:matrix.org Look at this page: https://nixos.wiki/wiki/PHP * I've been dealing with this for 6 months, I've looked at all the documents. My native language is not English anyway and I might miss some things. | 09:56:19 |
@etu:failar.nu | Yeah, as far as I can see, the issue is not in nixpkgs, it's most probably in nixpacks | 11:04:09 |
Berk Sümbül | In reply to @etu:failar.nu Yeah, as far as I can see, the issue is not in nixpkgs, it's most probably in nixpacks Yes, and unfortunately, there is no one in their teams who have information about PHP. | 12:49:22 |
@etu:failar.nu | I find it a bit... curious that they have documented how to use it with PHP but it doesn't actually seem to work. | 12:58:13 |
@etu:failar.nu | Like... at all. | 12:58:19 |
@etu:failar.nu | I wouldn't document a totally un-tested aspect of a project to the degree that it looks officially supported | 12:58:45 |
| 7 Mar 2023 |
Pol | Oh a Jetbrains Toolbox derivation ! https://github.com/NixOS/nixpkgs/pull/206288 | 18:34:16 |
Pol | I'm wondering why it's downloading so much stuff. | 18:35:05 |
| 9 Mar 2023 |
Pol | The author doesn't seems to be very responsive :( | 09:40:02 |
| 10 Mar 2023 |
Pol | If you'd like to have Jetbrains Toolbox on NixOS, review this PR please! https://github.com/NixOS/nixpkgs/pull/220541 | 20:51:01 |
Pol | I had to create a new PR since the original author was totally unresponsive. | 20:51:21 |
| 11 Mar 2023 |
Pol | Can you please test jetbrains-toolbox on your machine? NIXPKGS_ALLOW_UNFREE=1 nix run "github:drupol/nixpkgs/init/jetbrains-toolbox-init#jetbrains-toolbox" --impure | 10:18:22 |
| 12 Mar 2023 |
Pol | Anybody had a chance to test jetbrains-toolbox already? | 09:44:46 |
| 13 Mar 2023 |
Pol | https://3v4l.org/12vrb#v8.2.3 #facepalm | 13:56:50 |
Pol | jetbrains-toolbox is in Nix ! | 15:47:09 |
| 15 Mar 2023 |
@etu:failar.nu | PHP update time it seems | 07:52:43 |
@etu:failar.nu | 8.2.4 seems to exist | 07:52:56 |
@etu:failar.nu | https://github.com/php/php-src/tags | 07:53:37 |
Pol | We can leave it to updatescript maybe? | 07:53:39 |
@etu:failar.nu | Yep, hopefully it works :) | 07:53:54 |
Pol | I hope | 07:54:02 |
tgerbet | The release is expected for tomorrow officially https://externals.io/message/119658 | 07:54:05 |
Pol | It still doesn't work for composer. | 07:54:11 |
philipp | The best way™ to handle a configuration file that needs to be writeable by the app is to patch all occurences of said file path to use an env var and then set that in the environment to a writeable path when packaging a php application, right? | 11:39:21 |
| 17 Mar 2023 |
Pol | PHP, composer are derivations that are not being automatically updated by ryantm bot. Do you know what we could do (beside asking @ryantm to check it out) ? | 11:08:00 |
Pol | Composer used to be handled by ryantm-bot: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+is%3Aclosed+php80Packages.composer+ | 11:08:55 |
Pol | PHP was supposed to be picked up as well since https://github.com/NixOS/nixpkgs/pull/180827 but it's not the case. | 11:09:52 |
Pol | On another subject, I just discovered this nice tool: https://lazamar.co.uk/nix-versions/?channel=nixpkgs-unstable&package=php | 11:15:41 |
Pol | In reply to @philipp:xndr.de The best way™ to handle a configuration file that needs to be writeable by the app is to patch all occurences of said file path to use an env var and then set that in the environment to a writeable path when packaging a php application, right? Configuration that nees to be writeable ?! It's scary, no ? | 11:33:02 |
@etu:failar.nu | In reply to @drupol:matrix.org Composer used to be handled by ryantm-bot: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+is%3Aclosed+php80Packages.composer+ I guess the bot has changed somehow and use the package name of composer php.packages.composer.name that is: https://r.ryantm.com/log/php-composer/2023-03-10.log | 14:16:52 |