Skip to content

Commit

Permalink
fix: pin tinted-foot for a fix similar to #534
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikilio committed Nov 4, 2024
1 parent 04afcfc commit 658cda9
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-kitty 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 658cda9

Please sign in to comment.