From 94451f7fdcedf54505c29a7cc9725d51608a023f Mon Sep 17 00:00:00 2001 From: Tristan Ross Date: Sat, 11 Oct 2025 22:33:15 -0700 Subject: [PATCH] nixos/tenstorrent: use tt-smi from by-name --- nixos/modules/hardware/tenstorrent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/hardware/tenstorrent.nix b/nixos/modules/hardware/tenstorrent.nix index 30840021b714..c042c600a86b 100644 --- a/nixos/modules/hardware/tenstorrent.nix +++ b/nixos/modules/hardware/tenstorrent.nix @@ -24,7 +24,7 @@ in ]; environment.systemPackages = with pkgs; [ - python3Packages.tt-smi + tt-smi tt-system-tools ]; };