Skip to content

Commit

Permalink
foot: disable faulty check (#576)
Browse files Browse the repository at this point in the history
Closes: #571

Approved-by: Daniel Thwaites <[email protected]>
Reviewed-by: NAHO <[email protected]>
  • Loading branch information
Mikilio authored Nov 8, 2024
1 parent d1411e5 commit 6863412
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 6863412

Please sign in to comment.