Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flox/flox-direnv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: flox/flox-direnv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 5, 2024

  1. update url and hash for 1.1.0

    Signed-off-by: Ross Turk <[email protected]>
    rossturk committed Jul 5, 2024
    Copy the full SHA
    c253d38 View commit details
  2. Merge pull request #4 from flox/release-1.1.0

    Update url and hash for 1.1.0
    rossturk authored Jul 5, 2024
    Copy the full SHA
    738ae1e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 README.md
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@ The Flox Direnv intigation can be installed in the following ways.
By using Direnv's `source_url`:

```sh
source_url "https://raw.githubusercontent.com/flox/flox-direnv/v1.0.0/direnv.rc" 'sha256-kVnfzXozKxk7+MgZ2U9qU7Ob+s4PBFqPTGVZmQerJow='
source_url "https://raw.githubusercontent.com/flox/flox-direnv/v1.1.0/direnv.rc" 'sha256-c2YCane8WGmYeCDc9wIZyVL8AgbdfhPaEoM+5aFuysw='
```

By copying the `direnv.rc` file into the `~/.config/direnv/lib/` directory

```console
$ curl -o "${HOME}/.config/direnv/lib/flox-direnv.sh" "https://raw.githubusercontent.com/flox/flox-direnv/v1.0.0/direnv.rc"
$ curl -o "${HOME}/.config/direnv/lib/flox-direnv.sh" "https://raw.githubusercontent.com/flox/flox-direnv/v1.1.0/direnv.rc"
```

## Usage