test grub
This commit is contained in:
@@ -15,4 +15,5 @@
|
||||
gpu-screen-recorder-ui = pkgs.callPackage ./gpu-screen-recorder-ui/default.nix { };
|
||||
gpu-screen-recorder-notification = pkgs.callPackage ./gpu-screen-recorder-notification/default.nix { };
|
||||
kavita-old = pkgs.callPackage ./kavita-old/default.nix { };
|
||||
hollow-grub = pkgs.callPackage ./hollow-grub/default.nix { };
|
||||
}
|
||||
|
||||
14
pkgs/hollow-grub/default.nix
Normal file
14
pkgs/hollow-grub/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ pkgs }:
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "hollow-grub-theme";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "sergoncano";
|
||||
repo = "hollow-knight-grub-theme";
|
||||
hash = "sha256-SUy2bQIeUWb/UdQip1ZhBTvXSHJ/LaHhpeK9DGQht6w=";
|
||||
rev = "7cef3a2ea25fc2c7ac66d4c9ec1b6a96ca1fd643";
|
||||
};
|
||||
installPhase = ''
|
||||
mkdir -p $out/grub/theme/
|
||||
cp -r ./hollow-grub/* $out/grub/theme/
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user