Compare commits
No commits in common. "02778d3ca1aa5a912daf23b4601d0a900c6c900f" and "aa288ad0b9c89c531bb7e7d6d9d8510363f18696" have entirely different histories.
02778d3ca1
...
aa288ad0b9
|
@ -10,7 +10,7 @@ Put the following lines in your `.envrc`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
if ! has zvm_direnv_version || ! zvm_direnv_version 1.0.0; then
|
if ! has zvm_direnv_version || ! zvm_direnv_version 1.0.0; then
|
||||||
source_url "https://git.lerch.org/lobo/zvm-direnv/raw/tag/1.0.0/direnvrc" "sha256-Gtddvcr6aJsrjKd53uChxA1reQmJgEBpmPUWmMdtDIQ="
|
source_url "https://git.lerch.org/lobo/zvm-direnv/1.0.0/direnvrc" #"sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
|
||||||
fi
|
fi
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
2
direnvrc
2
direnvrc
|
@ -29,7 +29,7 @@ use_zig() {
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! command -v zvm > /dev/null 2>&1; then
|
if ! command -v "$1" > /dev/null 2>&1; then
|
||||||
log_error "zvm not installed - please install it from https://www.zvm.app/"
|
log_error "zvm not installed - please install it from https://www.zvm.app/"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user