summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2024-01-26 17:29:28 +0000
committerJeremy Soller <jackpot51@gmail.com>2024-01-26 17:29:28 +0000
commitea2b2ed1b86e664eb6a24899d430c3c2b4ef940a (patch)
tree74084e78abe3ec4a7b402c66079166d41e664f8d
parentda8d585c5d62eab5b55ba7c8f719e9bf126b758f (diff)
parent2f3f5523003f9d990d0275fc21116b4ebc98b153 (diff)
Merge branch 'enable-nano' into 'master'
Enable GNU nano by default See merge request redox-os/redox!1422
-rw-r--r--config/aarch64/ci.toml1
-rw-r--r--config/i686/ci.toml1
-rw-r--r--config/server.toml1
-rw-r--r--config/x86_64/ci.toml1
4 files changed, 4 insertions, 0 deletions
diff --git a/config/aarch64/ci.toml b/config/aarch64/ci.toml
index 0b41c42..b43c615 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 a06a801..e979afb 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 c904a86..1196bc2 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 89698ea..4c17264 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 = {}