about summary refs log tree commit diff stats
path: root/nix
diff options
context:
space:
mode:
authorAlan Pearce2025-01-19 01:26:28 +0100
committerAlan Pearce2025-01-19 01:26:28 +0100
commitfb0ab22c9a8ca1784477e64b03d5cb62d607bc9f (patch)
tree08e80e7f93bce2980834f48b4d44b83a2e627b82 /nix
parenteece88d32b1b613aba7ec2f11bcfeb10163616b1 (diff)
downloadsearchix-fb0ab22c9a8ca1784477e64b03d5cb62d607bc9f.tar.lz
searchix-fb0ab22c9a8ca1784477e64b03d5cb62d607bc9f.tar.zst
searchix-fb0ab22c9a8ca1784477e64b03d5cb62d607bc9f.zip
build: don't try to run non-existent tests
Diffstat (limited to 'nix')
-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;
 }