10 rustPlatform.buildRustPackage {
12 version = "unstable-2023-08-29";
14 outputs = [ "out" "nyarr" ];
16 src = fetchFromGitHub {
19 rev = "a98abfa554e5f8e2b7242662c0c714b7f1d7ec29";
20 hash = "sha256-I4NGfgNX79ZhWXDeUDJyDzP2GxcNhHhazVmmmPlz5js=";
23 cargoHash = "sha256-qz77c2IZGaWsinfkVTWqfEeBEtHng6W738jBwJAkrl4=";
31 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
32 darwin.apple_sdk.frameworks.Security
36 moveToOutput bin/nyarr $nyarr
40 description = "Nix compatible lockfile manager, without Nix";
41 homepage = "https://github.com/lf-/gridlock";
42 license = licenses.mit;
43 maintainers = with maintainers; [ figsoda ];