potential fix for assert

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2025-01-10 15:42:56 +01:00
parent bda2c910d6
commit ab7df83839
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4

View File

@ -17,7 +17,7 @@
).packages.${builtins.currentSystem}.default
}:
assert pkgs.lib.assertMsg ((src.submodules or 1) == 1)
assert pkgs.lib.assertMsg ((src.submodules or true) == true)
"Unable to build without submodules. Append '?submodules=1#' to the URI.";
let