Improve code
This commit is contained in:
parent
727bd04c8f
commit
625b246da3
@ -12,14 +12,20 @@
|
||||
device = "nodev";
|
||||
useOSProber = true;
|
||||
|
||||
theme = "${
|
||||
(pkgs.fetchFromGitHub {
|
||||
theme = pkgs.stdenv.mkDerivation {
|
||||
name = "tartarus-grub";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "AllJavi";
|
||||
repo = "tartarus-grub";
|
||||
rev = "b116360a2a0991062a4d728cb005dfd309fbb82a";
|
||||
hash = "sha256-/Pzr0R3zzOXUi2pAl8Lvg6aHTiwXTIrxQ1vscbEK/kU=";
|
||||
})
|
||||
}/tartarus/";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
cp tartarus -r $out
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user