stylix: sort flake inputs (#1265)

This commit is contained in:
awwpotato 2025-05-14 11:40:43 -07:00 committed by GitHub
parent 5d28886e94
commit 98444a942a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,19 +2,27 @@
description = "Theming framework for NixOS, Home Manager, nix-darwin, and Nix-on-Droid"; description = "Theming framework for NixOS, Home Manager, nix-darwin, and Nix-on-Droid";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils = {
url = "github:numtide/flake-utils";
inputs.systems.follows = "systems";
};
systems.url = "github:nix-systems/default";
# keep-sorted start block=yes newline_separated=yes
base16-fish = { base16-fish = {
flake = false;
url = "github:tomyun/base16-fish"; url = "github:tomyun/base16-fish";
flake = false;
}; };
base16-helix = { base16-helix = {
flake = false;
url = "github:tinted-theming/base16-helix"; url = "github:tinted-theming/base16-helix";
flake = false;
}; };
base16-vim = { base16-vim = {
flake = false;
# TODO: Unlock this input once [1] ("Seemingly bad parsing of whitespace # TODO: Unlock this input once [1] ("Seemingly bad parsing of whitespace
# in abbriviated lists (affecting stylix's handling of base16-vim)") is # in abbriviated lists (affecting stylix's handling of base16-vim)") is
# resolved, preventing us from fetching commit [2] ("fix(theme): Remove # resolved, preventing us from fetching commit [2] ("fix(theme): Remove
@ -23,48 +31,46 @@
# [1]: https://github.com/SenchoPens/fromYaml/issues/1 # [1]: https://github.com/SenchoPens/fromYaml/issues/1
# [2]: https://github.com/tinted-theming/tinted-vim/commit/0508601eff146db2537eff23e93dd0c543914896 # [2]: https://github.com/tinted-theming/tinted-vim/commit/0508601eff146db2537eff23e93dd0c543914896
url = "github:tinted-theming/base16-vim/577fe8125d74ff456cf942c733a85d769afe58b7"; url = "github:tinted-theming/base16-vim/577fe8125d74ff456cf942c733a85d769afe58b7";
flake = false;
}; };
base16.url = "github:SenchoPens/base16.nix"; base16.url = "github:SenchoPens/base16.nix";
flake-compat.url = "github:edolstra/flake-compat";
flake-utils = { firefox-gnome-theme = {
inputs.systems.follows = "systems"; url = "github:rafaelmardojai/firefox-gnome-theme";
url = "github:numtide/flake-utils"; flake = false;
}; };
flake-compat.url = "github:edolstra/flake-compat";
git-hooks = { git-hooks = {
url = "github:cachix/git-hooks.nix";
inputs = { inputs = {
flake-compat.follows = "flake-compat"; flake-compat.follows = "flake-compat";
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
}; };
url = "github:cachix/git-hooks.nix";
}; };
gnome-shell = { gnome-shell = {
flake = false;
# TODO: Unlocking the input and pointing to official repository requires # TODO: Unlocking the input and pointing to official repository requires
# updating the patch: # updating the patch:
# https://github.com/danth/stylix/pull/224#discussion_r1460339607. # https://github.com/danth/stylix/pull/224#discussion_r1460339607.
url = "github:GNOME/gnome-shell/47.2"; url = "github:GNOME/gnome-shell/47.2";
flake = false;
}; };
# The 'home-manager' input is used to generate the documentation. # The 'home-manager' input is used to generate the documentation.
home-manager = { home-manager = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
}; };
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nur = {
url = "github:nix-community/NUR";
# Interface flake systems. inputs.nixpkgs.follows = "nixpkgs";
systems.url = "github:nix-systems/default"; };
tinted-foot = { tinted-foot = {
flake = false;
# Lock the tinted-foot input to prevent upstream breaking changes. # Lock the tinted-foot input to prevent upstream breaking changes.
# #
# Considering that Stylix eventually re-implements this input's # Considering that Stylix eventually re-implements this input's
@ -73,21 +79,10 @@
# #
# [1]: https://github.com/danth/stylix/issues/571 # [1]: https://github.com/danth/stylix/issues/571
url = "github:tinted-theming/tinted-foot/fd1b924b6c45c3e4465e8a849e67ea82933fcbe4"; url = "github:tinted-theming/tinted-foot/fd1b924b6c45c3e4465e8a849e67ea82933fcbe4";
};
tinted-zed = {
flake = false; flake = false;
url = "github:tinted-theming/base16-zed";
};
tinted-tmux = {
flake = false;
url = "github:tinted-theming/tinted-tmux";
}; };
tinted-kitty = { tinted-kitty = {
flake = false;
# Lock the tinted-kitty input to prevent upstream breaking changes. # Lock the tinted-kitty input to prevent upstream breaking changes.
# #
# Considering that Stylix eventually re-implements this input's # Considering that Stylix eventually re-implements this input's
@ -96,6 +91,7 @@
# #
# [1]: https://github.com/danth/stylix/issues/534 # [1]: https://github.com/danth/stylix/issues/534
url = "github:tinted-theming/tinted-kitty/eb39e141db14baef052893285df9f266df041ff8"; url = "github:tinted-theming/tinted-kitty/eb39e141db14baef052893285df9f266df041ff8";
flake = false;
}; };
tinted-schemes = { tinted-schemes = {
@ -103,15 +99,16 @@
flake = false; flake = false;
}; };
firefox-gnome-theme = { tinted-tmux = {
url = "github:tinted-theming/tinted-tmux";
flake = false; flake = false;
url = "github:rafaelmardojai/firefox-gnome-theme";
}; };
nur = { tinted-zed = {
url = "github:nix-community/NUR"; url = "github:tinted-theming/base16-zed";
inputs.nixpkgs.follows = "nixpkgs"; flake = false;
}; };
# keep-sorted end
}; };
outputs = outputs =