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

@@ -14,7 +14,7 @@
ageFiles;
in {
home.packages = with inputs; [
agenix.packages."${pkgs.system}".default
agenix.packages."${pkgs.stdenv.hostPlatform.system}".default
];
age = {