From 3578e5402e6a30b1afc86adf33121401f14ec022 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 7 Jul 2024 13:26:18 +0000 Subject: [PATCH] Remove the "coreutils" recipe from the "acid" and "resist" configs --- config/acid.toml | 1 - config/resist.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/config/acid.toml b/config/acid.toml index bea9a6839..7de16100e 100644 --- a/config/acid.toml +++ b/config/acid.toml @@ -10,7 +10,6 @@ filesystem_size = 256 # Package settings [packages] acid = {} -coreutils = {} ion = {} [[files]] diff --git a/config/resist.toml b/config/resist.toml index 499b0c655..b2cf1c33c 100644 --- a/config/resist.toml +++ b/config/resist.toml @@ -10,7 +10,6 @@ filesystem_size = 256 # Package settings [packages] bash = {} -coreutils = {} diffutils = {} extrautils = {} findutils = {}