first commit

This commit is contained in:
whotookelburg 2023-01-26 18:09:07 +00:00
parent 55ca4dba84
commit 4d5c298519
7 changed files with 55 additions and 0 deletions

5
replit.nix Normal file
View file

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