fix(plymouth): revert latest version bump
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
ea1a29494c
commit
f8442fc37e
3 changed files with 15 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
}: {
|
}: {
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(import ./dracula-theme)
|
(import ./dracula-theme)
|
||||||
|
(import ./plymouth)
|
||||||
(import ./spotifywm)
|
(import ./spotifywm)
|
||||||
(import ./squeekboard)
|
(import ./squeekboard)
|
||||||
|
|
||||||
|
|
14
common/overlays/plymouth/default.nix
Normal file
14
common/overlays/plymouth/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
final: prev: {
|
||||||
|
plymouth = prev.plymouth.overrideAttrs (o: {
|
||||||
|
# https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/236
|
||||||
|
version = "unstable-2023-06-17";
|
||||||
|
|
||||||
|
src = prev.fetchFromGitLab {
|
||||||
|
domain = "gitlab.freedesktop.org";
|
||||||
|
owner = "plymouth";
|
||||||
|
repo = "plymouth";
|
||||||
|
rev = "b1d5aa9d2a6033bba52cf63643e5878f8a9b68a0";
|
||||||
|
hash = "sha256-8DXcwt8CZTni5Ma+I63LzNejlIB0Cr1ATA7Nl3z9z6I=";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
}
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
Loading…
Reference in a new issue