Plymouth cleanup and flake update
This commit is contained in:
parent
05e58e14c5
commit
7f9d397b20
@ -14,6 +14,7 @@
|
|||||||
windows-xp-icons = pkgs.callPackage ./windows-xp-icons.nix { };
|
windows-xp-icons = pkgs.callPackage ./windows-xp-icons.nix { };
|
||||||
windows-xp-theme = pkgs.callPackage ./windows-xp-theme.nix { };
|
windows-xp-theme = pkgs.callPackage ./windows-xp-theme.nix { };
|
||||||
windows-xp-cursor = pkgs.callPackage ./windows-xp-cursor.nix { };
|
windows-xp-cursor = pkgs.callPackage ./windows-xp-cursor.nix { };
|
||||||
|
windows-xp-plymouth = pkgs.callPackage ./windows-xp-plymouth.nix { };
|
||||||
default = self.packages.${system}.windows-xp-theme;
|
default = self.packages.${system}.windows-xp-theme;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "windows-xp-plymouth";
|
pname = "windows-xp-plymouth";
|
||||||
version = "0.0.1"; # or any identifiable date/version tag
|
version = "0.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "FraioVeio";
|
owner = "FraioVeio";
|
||||||
repo = "plymouth-xp-theme";
|
repo = "plymouth-xp-theme";
|
||||||
rev = "1bccaff93d867fa29e792e246bf71b80f2c24fcb"; # latest commit as of writing
|
rev = "1bccaff93d867fa29e792e246bf71b80f2c24fcb";
|
||||||
hash = lib.fakeHash;
|
hash = "sha256-XavQEtvdZTu4vSEYWiREQPhsCg8Lm3gYPThYBCtnOAQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -37,9 +37,9 @@ stdenvNoCC.mkDerivation {
|
|||||||
recreated for modern Linux systems.
|
recreated for modern Linux systems.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/FraioVeio/plymouth-xp-theme";
|
homepage = "https://github.com/FraioVeio/plymouth-xp-theme";
|
||||||
license = lib.licenses.gpl3; # The repo says GPL-3.0
|
license = lib.licenses.gpl3;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ ]; # add your name if you maintain it
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user