aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/tools/run/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/run/default.nix')
-rw-r--r--nixpkgs/pkgs/development/tools/run/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/tools/run/default.nix b/nixpkgs/pkgs/development/tools/run/default.nix
index 518cc3e2557..41d1a8a29fd 100644
--- a/nixpkgs/pkgs/development/tools/run/default.nix
+++ b/nixpkgs/pkgs/development/tools/run/default.nix
@@ -12,6 +12,8 @@ buildGoModule rec {
vendorSha256 = "1g5rmiiwqpm8gky9yr5f2a7zsjjmm9i12r7yxj9cz7y3rmw9sw8c";
+ doCheck = false;
+
meta = with stdenv.lib; {
description = "Easily manage and invoke small scripts and wrappers";
homepage = "https://github.com/TekWizely/run";
@@ -19,4 +21,4 @@ buildGoModule rec {
maintainers = with maintainers; [ rawkode filalex77 ];
platforms = platforms.unix;
};
-} \ No newline at end of file
+}