Nix PHP | 84 Members | |
| A room for PHP developers running on Nix | 25 Servers |
| Sender | Message | Time |
|---|---|---|
| 21 Nov 2023 | ||
| * Here's a fully working
| 07:57:49 | |
| * Here's a fully working
| 07:58:19 | |
| * Here's a fully working
| 07:59:59 | |
| I've updated it a bit, there was a mistake | 08:00:32 | |
| Also, you might want to use a project of mine for getting older versions, for example: https://history.nix-packages.com/search?packageName=php74 It should have the latest version the package is found in, meaning the newest available dependencies for each version | 08:04:31 | |
| Thank you! This is exactly what I was looking for earlier, amazing! | 08:05:54 | |
In reply to @rikudou:lemmings.worldYou should add the template for flake inputs ! :) | 08:17:08 | |
In reply to @drupol:matrix.orgI haven't worked with Flakes yet :/ Can you provide an example of what it would look like? Or better yet, create a PR? It's in this file: https://github.com/RikudouSage/NixPackageHistoryFrontend/blob/master/src/app/pages/package-detail/package-detail.component.html | 08:18:30 | |
| This is what a typical inputs set looks like in a flake: | 08:25:51 | |
Download image.png | 08:25:54 | |
| If I wanted to add php74 to it, I would do: | 08:26:06 | |
Download image.png | 08:27:11 | |
| Sadly, I won't be able to provide a PR these days, sorry :( quite busy with work and life recently | 08:27:43 | |
| And how do I install it afterwards? | 08:28:11 | |
| Oh right | 08:29:09 | |
| I forgot the part where we include the overlay. | 08:29:16 | |
In reply to @rikudou:lemmings.worldJust wanted to thank you again for your help. Got me on the right path. First time user of NixOs and even though it's taking me awhile to wrap my head around it I'm loving it so far. Really appreciate you taking the time to help. | 08:29:25 | |
In reply to @stotes:matrix.orgNo problem! I've been in the exact same spot just a month (or so) ago! | 08:29:52 | |
| 😄🙏 | 08:30:15 | |
Download image.png | 08:31:50 | |
Then, you can use php74, by doing:pkgs.php7429.php | 08:32:05 | |
| Thanks! | 08:32:42 | |
| you really should look at Flakes | 08:33:01 | |
| This is a Nix killer feature :) | 08:33:10 | |
| I've been planning to! I know the theory behind it, but haven't had time to learn the syntax, yet. | 08:33:53 | |
| the syntax is not that different from regular use of Nix | 08:34:07 | |
| it's just that flake has a structure where multiple outputs can be created | 08:34:31 | |
| * it's just that flake has a fixed structure where multiple outputs can be created | 08:34:42 | |
| Well, it's also very cryptic, I've read a bit on them and I still don't understand how to do even the most basic things. I still don't know how to incorporate the bits you shared today (about the php package) into, well, anything, be it configuration.nix or flake.nix. | 08:45:02 | |
| It seems like something I'll have to read on thoroughly and I don't have the time for that lately | 08:45:42 | |