From a48b1f314edfff9687f4c2e423a5fa4bd6356d63 Mon Sep 17 00:00:00 2001 From: Ron Williams Date: Mon, 24 Feb 2025 06:51:14 +0000 Subject: [PATCH] Fix base recipe.toml ([source] was commented out) --- recipes/core/base/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/core/base/recipe.toml b/recipes/core/base/recipe.toml index 1c3a1eda..0044430e 100644 --- a/recipes/core/base/recipe.toml +++ b/recipes/core/base/recipe.toml @@ -1,5 +1,5 @@ -#[source] -#git = "https://gitlab.redox-os.org/redox-os/base.git" +[source] +git = "https://gitlab.redox-os.org/redox-os/base.git" [build] template = "custom"