From 2f3f5523003f9d990d0275fc21116b4ebc98b153 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Fri, 26 Jan 2024 17:29:28 +0000
Subject: [PATCH] Enable GNU nano by default

---
 config/aarch64/ci.toml | 1 +
 config/i686/ci.toml    | 1 +
 config/server.toml     | 1 +
 config/x86_64/ci.toml  | 1 +
 4 files changed, 4 insertions(+)

diff --git a/config/aarch64/ci.toml b/config/aarch64/ci.toml
index 0b41c42c6..b43c615e0 100644
--- a/config/aarch64/ci.toml
+++ b/config/aarch64/ci.toml
@@ -102,6 +102,7 @@ mesa = {}
 mesa-glu = {}
 mgba = {}
 #miniserve = {} # actix
+nano = {}
 nasm = {}
 #ncdu = {} # fails to link with ncurses
 ncurses = {}
diff --git a/config/i686/ci.toml b/config/i686/ci.toml
index a06a8018c..e979afbf4 100644
--- a/config/i686/ci.toml
+++ b/config/i686/ci.toml
@@ -25,6 +25,7 @@ installer-gui = {}
 ion = {}
 ipcd = {}
 kernel = {}
+nano = {}
 netdb = {}
 netstack = {}
 netsurf = {}
diff --git a/config/server.toml b/config/server.toml
index c904a8658..1196bc227 100644
--- a/config/server.toml
+++ b/config/server.toml
@@ -21,6 +21,7 @@ findutils = {}
 git = {}
 installer = {}
 ion = {}
+nano = {}
 netdb = {}
 pkgutils = {}
 redoxfs = {}
diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml
index 89698ea69..4c1726487 100644
--- a/config/x86_64/ci.toml
+++ b/config/x86_64/ci.toml
@@ -102,6 +102,7 @@ mesa = {}
 mesa-glu = {}
 mgba = {}
 #miniserve = {} # actix
+nano = {}
 nasm = {}
 #ncdu = {} # fails to link with ncurses
 ncurses = {}
-- 
GitLab