'system' has been renamed to/replaced by 'stdenv.hostPlatform.system'

This commit is contained in:
William 2026-02-18 16:08:53 -03:00
parent 79a6bd53bf
commit 561fdf5ef4
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
{
devShells.default = pkgs.mkShell {
packages = with pkgs; [
inputs.agenix.packages.${system}.default
inputs.agenix.packages.${stdenv.hostPlatform.system}.default
nil
nixfmt
];