sts/replit.nix
2023-01-26 18:09:07 +00:00

5 lines
No EOL
40 B
Nix

{ pkgs }: {
deps = [
pkgs.php74
];
}