'system' has been renamed to/replaced by 'stdenv.hostPlatform.system'
This commit is contained in:
parent
79a6bd53bf
commit
561fdf5ef4
4 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
|||
{
|
||||
environment.systemPackages =
|
||||
(with pkgs; [ ])
|
||||
++ (with inputs.nix-ai-tools.packages.${pkgs.system}; [
|
||||
++ (with inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
claude-code
|
||||
claudebox
|
||||
opencode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue