'system' has been renamed to/replaced by 'stdenv.hostPlatform.system' upstream
All checks were successful
nixos config pipeline / show-flake (push) Successful in 20s
nixos config pipeline / deploy (push) Successful in 41s

This commit is contained in:
smayzy 2025-11-22 15:17:40 +01:00
parent fede2f5799
commit 5551b13801

View File

@ -34,7 +34,7 @@ in
nixfmt-tree nixfmt-tree
efibootmgr efibootmgr
nfs-utils nfs-utils
agenix.packages.${system}.default agenix.packages.${stdenv.hostPlatform.system}.default
]; ];
}; };
} }