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