sts/replit.nix

5 lines
40 B
Nix
Raw Normal View History

2023-01-26 18:09:07 +00:00
{ pkgs }: {
deps = [
pkgs.php74
];
}