Improve code

This commit is contained in:
Isshi0417 2024-07-13 23:31:55 +09:00
parent 727bd04c8f
commit 625b246da3

View File

@ -12,14 +12,20 @@
device = "nodev"; device = "nodev";
useOSProber = true; useOSProber = true;
theme = "${ theme = pkgs.stdenv.mkDerivation {
(pkgs.fetchFromGitHub { name = "tartarus-grub";
src = pkgs.fetchFromGitHub {
owner = "AllJavi"; owner = "AllJavi";
repo = "tartarus-grub"; repo = "tartarus-grub";
rev = "b116360a2a0991062a4d728cb005dfd309fbb82a"; rev = "b116360a2a0991062a4d728cb005dfd309fbb82a";
hash = "sha256-/Pzr0R3zzOXUi2pAl8Lvg6aHTiwXTIrxQ1vscbEK/kU="; hash = "sha256-/Pzr0R3zzOXUi2pAl8Lvg6aHTiwXTIrxQ1vscbEK/kU=";
}) };
}/tartarus/";
installPhase = ''
cp tartarus -r $out
'';
};
}; };
}; };
} }