stylix: disallow nixpkgs aliases in testbeds (#1124)
This commit is contained in:
parent
852207671f
commit
31fdf60634
3 changed files with 12 additions and 5 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue