Merge pull request #132978 from qowoz/diskonaut-checks

diskonaut: disable checks on darwin

authored by

Sandro and committed by
GitHub
f541721e 68fa3c3d

+4 -1
+4 -1
pkgs/tools/misc/diskonaut/default.nix
··· 1 - { lib, rustPlatform, fetchFromGitHub }: 2 3 rustPlatform.buildRustPackage rec { 4 pname = "diskonaut"; ··· 12 }; 13 14 cargoSha256 = "10jrcy8m9ll4136ghq3fhmnphd9g3rw863x708vm17n44kgdxyab"; 15 16 meta = with lib; { 17 description = "Terminal disk space navigator";
··· 1 + { lib, stdenv, rustPlatform, fetchFromGitHub }: 2 3 rustPlatform.buildRustPackage rec { 4 pname = "diskonaut"; ··· 12 }; 13 14 cargoSha256 = "10jrcy8m9ll4136ghq3fhmnphd9g3rw863x708vm17n44kgdxyab"; 15 + 16 + # 1 passed; 44 failed https://hydra.nixos.org/build/148943783/nixlog/1 17 + doCheck = !stdenv.isDarwin; 18 19 meta = with lib; { 20 description = "Terminal disk space navigator";