installer: switch recipe to local fork (path-based source)

Use local/sources/installer/ as path source instead of git+patch.
The fork is synced to upstream 142b2d6. The ext4/GRUB patch will
be re-applied to the fork as a follow-up.

Author: vasilito <adminpupkin@gmail.com>
This commit is contained in:
2026-06-18 21:43:01 +03:00
parent eaf8e89785
commit c2077aca68
+1 -2
View File
@@ -1,6 +1,5 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/installer.git"
patches = ["redox.patch"]
path = "../../../local/sources/installer"
[build]
template = "cargo"