diff --git a/flake.nix b/flake.nix index 4e573c4..0769b25 100644 --- a/flake.nix +++ b/flake.nix @@ -46,6 +46,8 @@ tokio-console ]; + MAGICK_CONFIGURE_PATH = ./docker/prod/root/usr/lib/ImageMagick-7.1.1/config-Q16HDRI; + RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; }; });