From 954d1e2a010e8fa2627f6145ef22e524a728087f Mon Sep 17 00:00:00 2001 From: Tristan Ross Date: Fri, 10 Oct 2025 21:39:56 -0700 Subject: [PATCH] nixos/tenstorrent: add tt-smi --- nixos/modules/hardware/tenstorrent.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/modules/hardware/tenstorrent.nix b/nixos/modules/hardware/tenstorrent.nix index 2b9bac7b6afe..30840021b714 100644 --- a/nixos/modules/hardware/tenstorrent.nix +++ b/nixos/modules/hardware/tenstorrent.nix @@ -24,10 +24,9 @@ in ]; environment.systemPackages = with pkgs; [ + python3Packages.tt-smi tt-system-tools ]; - - # TODO: add tt-smi to environment.systemPackages once https://github.com/NixOS/nixpkgs/pull/444714 is merged }; meta.maintainers = with lib.maintainers; [ RossComputerGuy ];