From ffb27aa0737c4813e3d0f4e67be5e362c5853fc3 Mon Sep 17 00:00:00 2001 From: roxwize Date: Fri, 31 Jan 2025 21:12:52 -0500 Subject: [PATCH] ~ --- nixos/pkgs/playit-agent/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/pkgs/playit-agent/default.nix b/nixos/pkgs/playit-agent/default.nix index 8379530..f030c97 100644 --- a/nixos/pkgs/playit-agent/default.nix +++ b/nixos/pkgs/playit-agent/default.nix @@ -11,6 +11,7 @@ }; cargoHash = "sha256-JRsmZ5D/awsIjExGTDkzYkun6oeIpL1FkZJKzZf/XF0="; + doCheck = false; # uses network tests and it also takes SO FUCKING LONG oh my god meta = with lib; { description = "The playit program";