Skip to content

Commit

Permalink
stylix: downgrade and lock base16-vim input (#811)
Browse files Browse the repository at this point in the history
Closes: #800
Fixes: a88c4d2 ("stylix: update all flake inputs (#774)")
Link: #811

Tested-by: https://github.com/Limvot
Tested-by: https://github.com/alex-massa
  • Loading branch information
trueNAHO authored Jan 28, 2025
1 parent e646a13 commit 55418e8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 4 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@

base16-vim = {
flake = false;
url = "github:tinted-theming/base16-vim";

# TODO: Unlock this input once [1] ("Seemingly bad parsing of whitespace
# in abbriviated lists (affecting stylix's handling of base16-vim)") is
# resolved, preventing us from fetching commit [2] ("fix(theme): Remove
# illegal style attributes").
#
# [1]: https://github.com/SenchoPens/fromYaml/issues/1
# [2]: https://github.com/tinted-theming/tinted-vim/commit/0508601eff146db2537eff23e93dd0c543914896
url = "github:tinted-theming/base16-vim/577fe8125d74ff456cf942c733a85d769afe58b7";
};

base16.url = "github:SenchoPens/base16.nix";
Expand Down

0 comments on commit 55418e8

Please sign in to comment.