fix images
This commit is contained in:
parent
d7559647e2
commit
3b63d75219
7 changed files with 85 additions and 76 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue