15 inherit (darwin.apple_sdk.frameworks) Security;
17 rustPlatform.buildRustPackage rec {
21 src = fetchFromGitHub {
25 hash = "sha256-je0DBoBIayFK//Aija5bnO/2z+hxNWgVkwOgxMyq5s4=";
28 cargoHash = "sha256-L7GgPocj32zAfR27dgKK7/OM106cATdCqufSvG3MFYQ=";
38 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security ];
41 installManPage man/*.1
45 homepage = "https://envio-cli.github.io/home";
46 changelog = "https://github.com/envio-cli/envio/blob/${version}/CHANGELOG.md";
47 description = "Modern and secure CLI tool for managing environment variables";
48 mainProgram = "envio";
50 Envio is a command-line tool that simplifies the management of
51 environment variables across multiple profiles. It allows users to easily
52 switch between different configurations and apply them to their current
55 license = with licenses; [
59 platforms = platforms.unix;
60 maintainers = with maintainers; [ afh ];