fix: use hostPlatform instead of deprecated system options

This commit is contained in:
demenik
2025-12-16 13:46:35 +01:00
parent e5a3748579
commit d6b7fba979
4 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ in {
imports = [spicetify-nix.homeManagerModules.default];
programs.spicetify = let
spicePkgs = spicetify-nix.legacyPackages.${pkgs.system};
spicePkgs = spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
in {
enable = true;