An open API service indexing awesome lists of open source software.

https://github.com/ryansch/ruby-env


https://github.com/ryansch/ruby-env

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# ruby-env

## Usage

Add `.envrc` to your project:

```
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
fi

use flake /path/to/ruby-env --impure
```

Run `direnv allow` and enjoy ruby!