11.stylix/stylix
Alexey Lebedeff 9b61cc39b2
stylix: don't split autoloaded modules into a separate derivation (#631)
Apparently `../modules` is creating a separate derivation that contains
only that folder, so it's now separate from the flake source. But this
transient derivation isn't mentioned explicitly anywhere in the flake
outputs. It makes it impossible to target those modules in
`disabledModules` directive.

For example, after this change is applied, users can solve issues like
https://github.com/danth/stylix/issues/577 locally, by just adding the
following snippet to their configuration:

    disabledModules = [ "${inputs.stylix}/modules/regreet/nixos.nix" ];

Reviewed-by: Daniel Thwaites <danthwaites30@btinternet.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2024-11-17 17:40:52 +01:00
..
darwin stylix: don't split autoloaded modules into a separate derivation (#631) 2024-11-17 17:40:52 +01:00
hm stylix: don't split autoloaded modules into a separate derivation (#631) 2024-11-17 17:40:52 +01:00
nixos stylix: don't split autoloaded modules into a separate derivation (#631) 2024-11-17 17:40:52 +01:00
autoload.nix stylix: don't split autoloaded modules into a separate derivation (#631) 2024-11-17 17:40:52 +01:00
cursor.nix treewide: add linters and apply pending suggestions (#426) 2024-06-16 15:08:25 +01:00
fonts.nix treewide: add linters and apply pending suggestions (#426) 2024-06-16 15:08:25 +01:00
home-manager-integration.nix stylix: clean up fromOs (#407) 2024-06-11 03:21:04 +02:00
opacity.nix treewide: remove use of with lib (#425) 2024-06-14 22:36:25 +01:00
palette.html.mustache treewide: remove tailing whitespaces (#228) 2024-01-25 08:45:05 +00:00
palette.json.mustache Prevent scheme generation from running when result is not used (#56) 2023-03-10 14:21:16 +00:00
palette.nix stylix: remove deprecated 'stylix.palette.<BASE>' options at end-of-life 2024-08-26 17:45:56 +02:00
pixel.nix Use an external library for base16 ♻️ 2022-04-23 10:36:20 +01:00
target.nix treewide: remove use of with lib (#425) 2024-06-14 22:36:25 +01:00
templates.nix stylix: rename base16-foot, base16-tmux, and base16-kitty inputs (#572) 2024-09-24 23:52:56 +01:00
testbed.nix stylix: don't split autoloaded modules into a separate derivation (#631) 2024-11-17 17:40:52 +01:00