8 rustPlatform.buildRustPackage rec {
9 pname = "flake-checker";
12 src = fetchFromGitHub {
13 owner = "DeterminateSystems";
14 repo = "flake-checker";
16 hash = "sha256-K5E1sarWIUl4QavHBoS8sPr5Cp8ZndWjLYDLm++d7v0=";
19 cargoHash = "sha256-TPF4usEIhgkGUJ16pxq0OhQoJJHLzeRXNQvbP8isWM4=";
21 buildInputs = lib.optionals stdenv.hostPlatform.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";