From 8438522df1ba0b8ae0c3879a6959dc347ed05a42 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sat, 15 Oct 2022 17:42:53 -0400 Subject: [PATCH] use desktop fork of nimbus build system --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8e55a47..c6a5a2e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "vendor/nimbus-build-system"] path = vendor/nimbus-build-system - url = https://github.com/status-im/nimbus-build-system.git + url = https://github.com/status-im/nimbus-build-system-desktop.git branch = master ignore = dirty [submodule "vendor/nim-stew"]