From a901d625750ccc3128e612ac06c90e6ff473a3d8 Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Sat, 15 Mar 2025 15:12:01 -0700 Subject: [PATCH] skip checks for deps-only derivation This is probably a crane bug that it's doing this in the first place. --- nix/pkgs/default/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/pkgs/default/default.nix b/nix/pkgs/default/default.nix index 67d7c2e7..3fcca36b 100644 --- a/nix/pkgs/default/default.nix +++ b/nix/pkgs/default/default.nix @@ -102,6 +102,9 @@ let # Opt out of crane's automagic cross support doIncludeCrossToolchainEnv = false; + + # This is redundant with CI + doCheck = false; }; in @@ -115,9 +118,6 @@ craneLib.buildPackage (commonAttrs // { (features' != []) "--features " + (builtins.concatStringsSep "," features'); - # This is redundant with CI - doCheck = false; - env = buildPackageEnv; passthru = {