9 rustPlatform.buildRustPackage rec {
10 pname = "rucredstash";
13 src = fetchFromGitHub {
17 hash = "sha256-trupBiinULzD8TAy3eh1MYXhQilO08xu2a4yN7wwhwk=";
20 cargoHash = "sha256-TYobVjjzrK3gprZcYyY98EvdASkq4urB+WiLlbJbwmk=";
22 buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;
24 # Disable tests since it requires network access and relies on the
25 # presence of certain AWS infrastructure
29 description = "Utility for managing credentials securely in AWS cloud";
30 homepage = "https://github.com/psibi/rucredstash";
31 license = licenses.mit;
32 maintainers = with maintainers; [ psibi ];
33 mainProgram = "rucredstash";