removing check phase

This commit is contained in:
2025-01-07 20:38:33 +00:00
parent ea8e7d4073
commit 6683566b3c

View File

@@ -17,4 +17,5 @@ pkgs.buildGoApplication {
pwd = ./.;
src = ./.;
modules = ./gomod2nix.toml;
doCheck = false;
}