9 lines
235 B
Markdown
9 lines
235 B
Markdown
The NixOS container is now available. Get a development shell with:
|
|
|
|
docker-compose exec nixos nix-shell /var/app/docker/nixos/shell.nix
|
|
|
|
You should configure PHP Imagick with:
|
|
|
|
phpize
|
|
./configure --with-imagick=@@IM_DEV@@
|