Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
mkDerivation
}:
mkDerivation {
pname = "breeze-grub";
installPhase = ''
runHook preInstall
mkdir -p "$out/grub/themes"
mv breeze "$out/grub/themes"
runHook postInstall
'';
}