mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-10 09:23:12 +00:00
potential fix for assert
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
bda2c910d6
commit
ab7df83839
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user