8 rustPlatform.buildRustPackage rec {
9 pname = "flake-checker";
12 src = fetchFromGitHub {
13 owner = "DeterminateSystems";
14 repo = "flake-checker";
16 hash = "sha256-cvjSQNvRnreherInbieJnaanU/TzDAgM544MBi7UWvQ=";
19 cargoHash = "sha256-0iH5owyNfIpRz6nYwrJUoqd9lVGZ3T3K8rmsOk2UoGI=";
21 buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
27 description = "Health checks for your Nix flakes";
28 homepage = "https://github.com/${src.owner}/${src.repo}";
29 changelog = "https://github.com/${src.owner}/${src.repo}/releases/tag/${src.rev}";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ lucperkins ];
32 mainProgram = "flake-checker";