diff --git a/sculpin/source/_presentations/nix-for-php-developers.md b/sculpin/source/_presentations/nix-for-php-developers.md index 6d3b26ce8..f1521d410 100644 --- a/sculpin/source/_presentations/nix-for-php-developers.md +++ b/sculpin/source/_presentations/nix-for-php-developers.md @@ -1,5 +1,5 @@ --- -title: Nix for PHP Developers +title: Nix for PHP Developers (and everyone else) events: - name: PHP Thames Valley location: Reading, UK @@ -13,15 +13,20 @@ events: urls: slides: ~ website: https://www.meetup.com/unified-diff/events/310886970 + - name: TechMids Conf + location: Birmingham, UK + date: 2025-11-13 + urls: + website: https://conf.techmids.org new_events: true --- {% block description %} -How PHP Developers can use Nix to create robust and reproducible environments and replace tools like Docker and Vagrant. +How PHP Developers (and everyone else) can use Nix to create robust and reproducible environments and replace tools like Docker and Vagrant. {% endblock %} {% block abstract %} [Nix](https://nixos.org) is a package manager with more than 120,000 packages, an operating system with more than 20,000 options, and a build tool for creating reproducible and reliable software that works the same for everyone, every time. -In this talk, Oliver will explain what Nix is, show how to create development shells for PHP that mean you no longer need to use containers or virtual machines, and how to package PHP applications that are easy to deploy and distribute. +In this talk, Oliver will explain what Nix is, show how to create development shells for PHP (and anything else) that mean you no longer need to use containers or virtual machines, and how to package PHP applications that are easy to deploy and distribute. {% endblock %}