feat: helix - add steel as the plugin system

fix: evaluation warning - 'system' has been renamed to/replaced by 'stdenv.hostPlatform.system'

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
Ryan Yin
2025-11-23 10:55:35 +08:00
parent def33a486b
commit 87a1d56247
11 changed files with 78 additions and 17 deletions

View File

@@ -18,7 +18,7 @@
};
environment.systemPackages = [
agenix.packages."${pkgs.system}".default
agenix.packages."${pkgs.stdenv.hostPlatform.system}".default
];
# if you changed this key, you need to regenerate all encrypt files from the decrypt contents!

View File

@@ -53,7 +53,7 @@ in
config = mkIf (cfg.desktop.enable || enabledServerSecrets) (mkMerge [
{
environment.systemPackages = [
agenix.packages."${pkgs.system}".default
agenix.packages."${pkgs.stdenv.hostPlatform.system}".default
];
# if you changed this key, you need to regenerate all encrypt files from the decrypt contents!