stylix: disallow nixpkgs aliases in testbeds (#1124)

This commit is contained in:
awwpotato 2025-04-09 04:08:31 -07:00 committed by GitHub
parent 852207671f
commit 31fdf60634
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 5 deletions

View file

@ -46,7 +46,8 @@ let
g = colors."${color}-rgb-g";
b = colors."${color}-rgb-b";
};
nur = config.stylix.inputs.nur.legacyPackages.${pkgs.system};
nur =
config.stylix.inputs.nur.legacyPackages.${pkgs.stdenv.hostPlatform.system};
in
{
options.stylix.targets = lib.listToAttrs (