skip tests in nix build
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M default.nix → default.nix
@@ -19,4 +19,6 @@ version = "0-unstable-2025-08-30"; pwd = ./.; src = ./.; modules = ./gomod2nix.toml; + + doCheck = false; }