From d31b9a3ad4125d331418bce3d1789cc1a3a5bf5e Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 26 Nov 2023 20:28:58 +0530 Subject: [PATCH] update zs package --- zs.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zs.nix b/zs.nix index dabc948..cb48788 100644 --- a/zs.nix +++ b/zs.nix @@ -23,12 +23,6 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles ]; - doCheck = true; - - checkPhase = '' - go test ./... - ''; - postInstall = '' installShellCompletion --cmd zs \ --bash <($out/bin/zs completion bash) \