foot: disable faulty check (#576)

Closes: https://github.com/danth/stylix/issues/571

Approved-by: Daniel Thwaites <danthwaites30@btinternet.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
Kilian Mio 2024-11-08 19:26:05 +01:00 committed by GitHub
parent d1411e5363
commit 6863412636
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = {