From 6863412636c8f2cb3b7360f747fbd020fbfddf68 Mon Sep 17 00:00:00 2001 From: Kilian Mio <86004375+Mikilio@users.noreply.github.com> Date: Fri, 8 Nov 2024 19:26:05 +0100 Subject: [PATCH] foot: disable faulty check (#576) Closes: https://github.com/danth/stylix/issues/571 Approved-by: Daniel Thwaites Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- flake.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 66f9f6d..54902c0 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,15 @@ tinted-foot = { flake = false; - url = "github:tinted-theming/tinted-foot"; + + # Lock the tinted-foot input to prevent upstream breaking changes. + # + # Considering that Stylix eventually re-implements this input's + # functionality [1], it might be easiest to lock this input to avoid + # wasted maintenance effort. + # + # [1]: https://github.com/danth/stylix/issues/571 + url = "github:tinted-theming/tinted-foot/fd1b924b6c45c3e4465e8a849e67ea82933fcbe4"; }; tinted-tmux = {