nushellPlugins.*: doCheck = false; where applicable

This commit is contained in:
Tom van Dijk
2025-06-28 03:04:36 +02:00
parent 8541ae6c6a
commit 94b1ae52c4
3 changed files with 9 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
# there are no tests
doCheck = false;
passthru.updateScript = nix-update-script { };
meta = {

View File

@@ -23,6 +23,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
# there are no tests
doCheck = false;
passthru.updateScript = nix-update-script { };
meta = {

View File

@@ -21,6 +21,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
nativeBuildInputs = lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
# there are no tests
doCheck = false;
passthru.updateScript = nix-update-script { };
meta = {