fix images

This commit is contained in:
zack 2024-10-25 17:17:56 -04:00
parent d7559647e2
commit 3b63d75219
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
7 changed files with 85 additions and 76 deletions

View file

@ -290,7 +290,7 @@
import ./deps.nix {
inherit pkgs lib beamPackages;
};
buildInputs = with pkgs; [nodejs];
buildInputs = with pkgs; [nodejs imagemagick];
postBuild = ''
echo ${heroicons}
@ -314,6 +314,7 @@
nodejs
mix2nix
node2nix
imagemagick
# Add the language server of your choice.
inputs.lexical.packages.${system}.default
# I once added Hex via a Nix development shell, but now I install