oops i need to do shit
This commit is contained in:
whotookelburg 2023-02-24 08:29:42 +00:00
commit aaa9eb154c
2 changed files with 0 additions and 9 deletions

View file

@ -1,4 +0,0 @@
run = "php -S 0.0.0.0:8000 -t ."
entrypoint = "index.php"

View file

@ -1,5 +0,0 @@
{ pkgs }: {
deps = [
pkgs.php74
];
}