From a611dd188bd802a682e5581c7de0f46536b969ae Mon Sep 17 00:00:00 2001
From: Jens Nolte <git@queezle.net>
Date: Sun, 7 Feb 2021 15:06:46 +0100
Subject: [PATCH] Install reptyr in base layer

---
 layers/base.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/layers/base.nix b/layers/base.nix
index 6398f00..f974cf8 100644
--- a/layers/base.nix
+++ b/layers/base.nix
@@ -107,6 +107,7 @@ in
     picocom
     pv
     socat
+    reptyr
   ];
 
   users = {
-- 
GitLab