Update flake.nix

add imagemagick
This commit is contained in:
Zhiyong (Justin) He
2024-09-17 20:08:46 +03:00
committed by GitHub
parent daa8aef95f
commit d73179c4ea

View File

@ -30,6 +30,7 @@
grub2-theme = pkgs.stdenv.mkDerivation {
name = "grub2-theme";
src = "${self}";
buildInputs = [ pkgs.imagemagick ];
installPhase = ''
mkdir -p $out/grub/themes;
bash ./install.sh \