Name Date Size #Lines LOC

..04-Jul-2021-

DockerfileH A D04-Jul-2021883 2822

README.mdH A D04-Jul-2021235 95

shell.nixH A D04-Jul-2021539 1712

README.md

1The NixOS container is now available. Get a development shell with:
2
3    docker-compose exec nixos nix-shell /var/app/docker/nixos/shell.nix
4
5You should configure PHP Imagick with:
6
7    phpize
8    ./configure --with-imagick=@@IM_DEV@@
9