fix nix error

#673 
#677 ,
This commit is contained in:
qkqpttgf
2023-04-09 14:51:20 +08:00
committed by GitHub
parent f7f5a79d08
commit 60ac0c2de8
+2
View File
@@ -1,3 +1,5 @@
language = "php74"
run = "php -S 0.0.0.0:8000 index.php"
entrypoint = "index.php"
[nix]
channel = "stable-22_11"