mirror of
https://github.com/danth/stylix
synced 2024-11-21 19:53:10 +00:00
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:
parent
d1411e5363
commit
6863412636
1 changed files with 9 additions and 1 deletions
10
flake.nix
10
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 = {
|
||||
|
|
Loading…
Reference in a new issue