nixos/tenstorrent: use tt-smi from by-name

This commit is contained in:
Tristan Ross
2025-10-12 10:00:29 -07:00
parent 984fc6f787
commit 94451f7fdc
+1 -1
View File
@@ -24,7 +24,7 @@ in
];
environment.systemPackages = with pkgs; [
python3Packages.tt-smi
tt-smi
tt-system-tools
];
};