Fix base recipe.toml ([source] was commented out)

This commit is contained in:
Ron Williams 2025-02-24 06:51:14 +00:00
parent f464a6e4b4
commit a48b1f314e

View File

@ -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"