mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Merge branch 'recipe-fixes' into 'master'
Fix base recipe.toml ([source] was commented out) See merge request redox-os/cookbook!457
This commit is contained in:
commit
e92927abc0
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user