fix: rename system -> stdenv.hostPlatform.system
All checks were successful
/ check (push) Successful in 57s

nixos a supprime l'alias system
This commit is contained in:
Lzebulon 2026-01-05 19:41:57 +01:00
parent c36ea77671
commit 02eb3b5599
Signed by: lzebulon
GPG key ID: D6CDAB8050CBBE7D

View file

@ -8,7 +8,7 @@ pkgs.mkShell {
packages = with pkgs; [
nil
nixpkgs-fmt
agenix.packages.${system}.default
agenix.packages.${stdenv.hostPlatform.system}.default
];
shellHook = ''