diff --git a/nixos/modules/hardware/tenstorrent.nix b/nixos/modules/hardware/tenstorrent.nix index 0faee3a232a3..2b9bac7b6afe 100644 --- a/nixos/modules/hardware/tenstorrent.nix +++ b/nixos/modules/hardware/tenstorrent.nix @@ -23,8 +23,11 @@ in tt-kmd ]; + environment.systemPackages = with pkgs; [ + tt-system-tools + ]; + # TODO: add tt-smi to environment.systemPackages once https://github.com/NixOS/nixpkgs/pull/444714 is merged - # TODO: add tt-system-tools to environment.systemPackages once https://github.com/NixOS/nixpkgs/pull/444748 is merged }; meta.maintainers = with lib.maintainers; [ RossComputerGuy ];