From ab7df838399bf704b8bd362a33cfbab8f54d9669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 10 Jan 2025 15:42:56 +0100 Subject: [PATCH] potential fix for assert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index 37ce9f00..75e01e54 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -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