diff options
Diffstat (limited to 'nixos/machine')
-rw-r--r-- | nixos/machine/dean.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/machine/dean.nix b/nixos/machine/dean.nix index 030aae9..906881f 100644 --- a/nixos/machine/dean.nix +++ b/nixos/machine/dean.nix @@ -37,7 +37,7 @@ with lib; { environment.systemPackages = with pkgs; [ #openocd - sterm + tio ]; # TODO: ubootTools build is broken! |