fix: rename system -> stdenv.hostPlatform.system
All checks were successful
/ check (push) Successful in 57s
All checks were successful
/ check (push) Successful in 57s
nixos a supprime l'alias system
This commit is contained in:
parent
c36ea77671
commit
02eb3b5599
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ pkgs.mkShell {
|
|||
packages = with pkgs; [
|
||||
nil
|
||||
nixpkgs-fmt
|
||||
agenix.packages.${system}.default
|
||||
agenix.packages.${stdenv.hostPlatform.system}.default
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue