about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--nix/package.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/package.nix b/nix/package.nix
index 5a42ab1..7e1fd8f 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -48,4 +48,6 @@ buildGoApplication {
   ];
 
   modules = ../gomod2nix.toml;
+
+  doCheck = false;
 }