A Nix flake for the oneaws Ruby gem.
- Development environment with Ruby 3.3, Bundler, and AWS CLI
- Direct installation of oneaws via
nix profile install - Isolated gem dependencies without conflicts
nix profile install github:tnmt/oneaws-flakeOr with priority to avoid conflicts:
nix profile install github:tnmt/oneaws-flake --priority 4nix run github:tnmt/oneaws-flake -- versionEnter the development shell:
nix developThis provides:
- Ruby 3.3
- Bundler
- Git
- AWS CLI v2
Build the package locally:
nix build
./result/bin/oneaws versionAfter installation, use oneaws to get AWS credentials from OneLogin:
oneaws getkeySee the oneaws documentation for more details on configuration and usage.