Automated commit

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-08-18 20:46:40 +01:00
parent d35c2ec3c8
commit 375df89de9
2 changed files with 21 additions and 0 deletions

View file

@ -68,3 +68,17 @@ ec4c5890c8a75e93e1bb768f998e49ae7d2bf005e5e7c2a57dd2813b881e9758
podman run --rm ec4c5890c8a7
Hi, PHP Thames Valley!
=== Using shell.nix
nix-shell
[nix-shell:~/php-thames-valley]$ php index.php
Hi, PHP Thames Valley
==== Running a command without entering a shell
nix-shell --run "php index.php"
Hi, PHP Thames Valley!