diff options
author | Karel Kočí <cynerd@email.cz> | 2023-12-11 13:07:15 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-12-11 13:07:15 +0100 |
commit | 78201a313a24376b1e54f8d6d977191a4d5735fd (patch) | |
tree | 63e2a1c16a809654b59a0b876ec2983a278002da /nixos/machine | |
parent | 369c43c909b8e7ac6e8e0a7a58c29cfa662956c2 (diff) | |
download | nixos-personal-78201a313a24376b1e54f8d6d977191a4d5735fd.tar.gz nixos-personal-78201a313a24376b1e54f8d6d977191a4d5735fd.tar.bz2 nixos-personal-78201a313a24376b1e54f8d6d977191a4d5735fd.zip |
nixos: rework package overlays usage
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! |