From 43bd9f66b7e081dcdb21f09e7e90a130b093b6f1 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 3 Jan 2024 01:08:09 -0500 Subject: [PATCH] chore(plymouth): use latest git --- flake.lock | 5 ++--- flake.nix | 6 ++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index ab5164d..66a9622 100644 --- a/flake.lock +++ b/flake.lock @@ -1061,17 +1061,16 @@ "flake": false, "locked": { "host": "gitlab.freedesktop.org", - "lastModified": 1704165415, + "lastModified": 1704243381, "narHash": "sha256-7rD3sSXUXi5dluc6VhdIiIPRWYRRTr7efUfaNyEqFQ8=", "owner": "plymouth", "repo": "plymouth", - "rev": "741662be5e7c4f49c0cd3a2cd736c93cd4e6ca92", + "rev": "38964e5eafdfc7d8eccf29aa65056f303cad0b25", "type": "gitlab" }, "original": { "host": "gitlab.freedesktop.org", "owner": "plymouth", - "ref": "dont-set-keyboard-mode-so-much", "repo": "plymouth", "type": "gitlab" } diff --git a/flake.nix b/flake.nix index 11cfc3b..22815f7 100644 --- a/flake.nix +++ b/flake.nix @@ -272,12 +272,10 @@ plymouth-src = { type = "gitlab"; host = "gitlab.freedesktop.org"; + # Wait for https://gitlab.freedesktop.org/plymouth/plymouth/-/commit/38964e5eafdfc7d8eccf29aa65056f303cad0b25 + # to reach nixpkgs owner = "plymouth"; repo = "plymouth"; - - # Wait for this to get merged - # https://gitlab.freedesktop.org/plymouth/plymouth/-/merge_requests/294 - ref = "dont-set-keyboard-mode-so-much"; flake = false; };