Commit 94451f7f authored by Tristan Ross's avatar Tristan Ross
Browse files

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

parent 984fc6f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ in
    ];

    environment.systemPackages = with pkgs; [
      python3Packages.tt-smi
      tt-smi
      tt-system-tools
    ];
  };