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 = {}